Skip to content

Commit

Permalink
chore: disable clippy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelramos committed Jul 3, 2024
1 parent 23305b4 commit 74173fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/filesystem/paths.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#[allow(clippy::manual_unwrap_or_default)]
#[allow(clippy::useless_vec)]

use std::{env, path};

pub fn get_project_root_path() -> Option<String> {
Expand Down

0 comments on commit 74173fe

Please sign in to comment.