Skip to content

Commit 6b66a6b

Browse files
authored
chore: clippy happy (#195)
1 parent f64df56 commit 6b66a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/src/flatten.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl Flattener {
294294
updates: Updates,
295295
target_pragmas: Vec<String>,
296296
target_license: Option<&'a str>,
297-
) -> FlatteningResult<'_> {
297+
) -> FlatteningResult<'a> {
298298
FlatteningResult::new(self, updates, target_pragmas, target_license)
299299
}
300300

0 commit comments

Comments
 (0)