diff options
| -rw-r--r-- | clippy_dev/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs index efc1a9675da..c58b80e4318 100644 --- a/clippy_dev/src/lib.rs +++ b/clippy_dev/src/lib.rs @@ -322,6 +322,7 @@ where } /// Returns the path to the Clippy project directory +#[must_use] pub fn clippy_project_root() -> PathBuf { let current_dir = std::env::current_dir().unwrap(); for path in current_dir.ancestors() { |
