Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Sep 19, 2024
1 parent 6cc7570 commit 7e5ef79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/tauri/src/scope/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ fn push_pattern<P: AsRef<Path>, F: Fn(&str) -> Result<Pattern, glob::PatternErro

list.insert(f(&path.to_string_lossy())?);

let mut path = path;
let mut checked_path = None;

// attempt to canonicalize parents in case we have a path like `/data/user/0/appid/**`
Expand Down

0 comments on commit 7e5ef79

Please sign in to comment.