Skip to content

Commit

Permalink
Merge pull request rust-lang#1727 from markgreene74/fix/clippy-exerci…
Browse files Browse the repository at this point in the history
…ses-failing-after-rename

fix(watch): update the CLIPPY_CARGO_TOML_PATH
  • Loading branch information
shadows-withal authored Oct 18, 2023
2 parents 02a122c + 3c4fde4 commit 078de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const RUSTC_EDITION_ARGS: &[&str] = &["--edition", "2021"];
const RUSTC_NO_DEBUG_ARGS: &[&str] = &["-C", "strip=debuginfo"];
const I_AM_DONE_REGEX: &str = r"(?m)^\s*///?\s*I\s+AM\s+NOT\s+DONE";
const CONTEXT: usize = 2;
const CLIPPY_CARGO_TOML_PATH: &str = "./exercises/clippy/Cargo.toml";
const CLIPPY_CARGO_TOML_PATH: &str = "./exercises/22_clippy/Cargo.toml";

// Get a temporary file name that is hopefully unique
#[inline]
Expand Down

0 comments on commit 078de99

Please sign in to comment.