Skip to content

Commit d59dde3

Browse files
committed
chore: Add suggested changes
1 parent 0aff534 commit d59dde3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/main.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1+
use crate::exercise::{Exercise, ExerciseList};
12
use crate::project::RustAnalyzerProject;
2-
use crate::run::run;
3+
use crate::run::{reset, run};
34
use crate::verify::verify;
4-
use crate::{
5-
exercise::{Exercise, ExerciseList},
6-
run::reset,
7-
};
85
use argh::FromArgs;
96
use console::Emoji;
107
use notify::DebouncedEvent;
@@ -77,7 +74,7 @@ struct RunArgs {
7774

7875
#[derive(FromArgs, PartialEq, Debug)]
7976
#[argh(subcommand, name = "reset")]
80-
/// Resets a single exercise
77+
/// Resets a single exercise using "git stash -- <filename>"
8178
struct ResetArgs {
8279
#[argh(positional)]
8380
/// the name of the exercise

0 commit comments

Comments
 (0)