Skip to content

Commit 743ff47

Browse files
committed
clippy
1 parent 48df36d commit 743ff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ pub fn apply_updates(sources: &mut Sources, updates: Updates) {
905905

906906
/// Utility function to change source content ranges with provided updates.
907907
/// Assumes that the updates are sorted.
908-
pub fn replace_source_content<'a>(
908+
pub fn replace_source_content(
909909
source: impl Into<String>,
910910
updates: impl IntoIterator<Item = (Range<usize>, impl AsRef<str>)>,
911911
) -> String {

0 commit comments

Comments
 (0)