1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-17 00:07:35 +02:00

chore: Move from master branch to main branch

This commit is contained in:
mokou
2020-06-14 14:48:51 +02:00
parent 113cdae2d4
commit 55a9284665
3 changed files with 4 additions and 4 deletions

View File

@ -132,7 +132,7 @@ fn main() {
println!("You can also contribute your own exercises to help the greater community!");
println!();
println!("Before reporting an issue or contributing, please read our guidelines:");
println!("https://github.com/rust-lang/rustlings/blob/master/CONTRIBUTING.md");
println!("https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md");
}
if matches.subcommand_name().is_none() {