Skip to content

Commit

Permalink
chore: clippy happy (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 4, 2024
1 parent f64df56 commit 6b66a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compilers/src/flatten.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl Flattener {
updates: Updates,
target_pragmas: Vec<String>,
target_license: Option<&'a str>,
) -> FlatteningResult<'_> {
) -> FlatteningResult<'a> {
FlatteningResult::new(self, updates, target_pragmas, target_license)
}

Expand Down

0 comments on commit 6b66a6b

Please sign in to comment.