Skip to content

Commit 42c9c0d

Browse files
Auto merge of #142130 - jieyouxu:perf-mismatched-lifetime-syntax, r=<try>
[PERF] Lint experimental r? `@ghost`
2 parents 9f0e5d9 + 2654fba commit 42c9c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/lifetime_syntax.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ declare_lint! {
6767
/// In certain `unsafe` code, lifetime elision combined with
6868
/// inconsistent lifetime syntax may result in unsound code.
6969
pub MISMATCHED_LIFETIME_SYNTAXES,
70-
Warn,
70+
Allow,
7171
"detects when a lifetime uses different syntax between arguments and return values"
7272
}
7373

0 commit comments

Comments
 (0)