Skip to content

Commit

Permalink
allow clippy lint for too many lines (103/100)
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Oct 30, 2024
1 parent e508412 commit 63e496b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/src/vfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ impl Vfs {
///
/// * If the path is not a normal path
/// * If the path is a directory in the repository
#[allow(clippy::too_many_lines)]
pub fn from_snapshots(
mut snapshots: Vec<SnapshotFile>,
path_template: &str,
Expand Down

0 comments on commit 63e496b

Please sign in to comment.