Skip to content

Commit

Permalink
Simplify single call
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Aug 16, 2024
1 parent bd572e7 commit 2b9b48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_scanner_analyzer/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub async fn scan_and_analyze_async(
Ok((analysis_result, scan_data))
}

pub fn scan_and_analyze<F: FnOnce() -> ()>(
pub fn scan_and_analyze<F: FnOnce()>(
stubs_dirs: Vec<String>,
filter: Option<String>,
ignored_paths: Option<FxHashSet<String>>,
Expand Down

0 comments on commit 2b9b48f

Please sign in to comment.