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

release: 4.3.0

This commit is contained in:
mokou
2020-12-29 11:39:26 +01:00
parent 44d39112ff
commit a303d508cf
5 changed files with 320 additions and 299 deletions

View File

@ -25,7 +25,7 @@ mod verify;
fn main() {
let matches = App::new("rustlings")
.version(crate_version!())
.author("Olivia Hugger, Carol Nichols")
.author("Marisa, Carol Nichols")
.about("Rustlings is a collection of small exercises to get you used to writing and reading Rust code")
.arg(
Arg::with_name("nocapture")