Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Nov 17, 2024
1 parent 5a06f67 commit 960ae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl<'run, 'src> Analyzer<'run, 'src> {
name,
recipes,
settings,
source: source.into(),
source,
unexports: self.unexports,
unstable_features,
warnings: self.warnings,
Expand Down

0 comments on commit 960ae8d

Please sign in to comment.