File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ mod async_closures;
45
45
mod async_fn_in_trait;
46
46
pub mod builtin;
47
47
mod context;
48
+ mod dangling;
48
49
mod deref_into_dyn_supertrait;
49
50
mod drop_forget_useless;
50
51
mod early;
@@ -63,7 +64,6 @@ mod levels;
63
64
mod lints;
64
65
mod macro_expr_fragment_specifier_2024_migration;
65
66
mod map_unit_fn;
66
- mod methods;
67
67
mod multiple_supertrait_upcastable;
68
68
mod non_ascii_idents;
69
69
mod non_fmt_panic;
@@ -86,6 +86,7 @@ mod unused;
86
86
use async_closures:: AsyncClosureUsage ;
87
87
use async_fn_in_trait:: AsyncFnInTrait ;
88
88
use builtin:: * ;
89
+ use dangling:: * ;
89
90
use deref_into_dyn_supertrait:: * ;
90
91
use drop_forget_useless:: * ;
91
92
use enum_intrinsics_non_enums:: EnumIntrinsicsNonEnums ;
@@ -97,7 +98,6 @@ use invalid_from_utf8::*;
97
98
use let_underscore:: * ;
98
99
use macro_expr_fragment_specifier_2024_migration:: * ;
99
100
use map_unit_fn:: * ;
100
- use methods:: * ;
101
101
use multiple_supertrait_upcastable:: * ;
102
102
use non_ascii_idents:: * ;
103
103
use non_fmt_panic:: NonPanicFmt ;
Original file line number Diff line number Diff line change @@ -1124,7 +1124,7 @@ pub struct IgnoredUnlessCrateSpecified<'a> {
1124
1124
pub name : Symbol ,
1125
1125
}
1126
1126
1127
- // methods .rs
1127
+ // dangling .rs
1128
1128
#[ derive( LintDiagnostic ) ]
1129
1129
#[ diag( lint_instantly_dangling) ]
1130
1130
#[ note]
You can’t perform that action at this time.
0 commit comments