Skip to content

Commit

Permalink
fixing strange report error
Browse files Browse the repository at this point in the history
  • Loading branch information
gersbach committed May 21, 2024
1 parent 799b77e commit 5d6aa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fsrt/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub(crate) fn scan_directory<'a>(
opts: &Args,
project: impl ForgeProjectTrait<'a> + std::fmt::Debug,
secret_packages: &Vec<PackageData>,
) -> Result<Report, Error> {
) -> Result<Report> {
let paths = project.get_paths();
let manifest = project.get_manifest();
let mut proj =
Expand Down

0 comments on commit 5d6aa82

Please sign in to comment.