Skip to content

Commit 21659f1

Browse files
committed
Fix typo in needless_lifetimes test
1 parent 5c11dd1 commit 21659f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/needless_lifetimes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ mod nested_elision_sites {
384384
f()
385385
}
386386
// lint
387-
fn where_clause_elidadable<'a, T>(i: &'a i32, f: T) -> &'a i32
387+
fn where_clause_elidable<'a, T>(i: &'a i32, f: T) -> &'a i32
388388
where
389389
T: Fn(&i32) -> &i32,
390390
{

0 commit comments

Comments
 (0)