summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2020-12-29 11:39:26 +0100
committermokou <mokou@posteo.de>2020-12-29 11:39:26 +0100
commita303d508cf0c5bc20bb50bd388b2545bf80672ac (patch)
treefbf5065db3579c6810af9ea4c587ebd9861f9c8d /src/main.rs
parent44d39112ff122b29c9793fe52e605df1612c6490 (diff)
release: 4.3.0
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 35f8df4..bf35e4f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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")