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;
4545mod async_fn_in_trait;
4646pub mod builtin;
4747mod context;
48+ mod dangling;
4849mod deref_into_dyn_supertrait;
4950mod drop_forget_useless;
5051mod early;
@@ -63,7 +64,6 @@ mod levels;
6364mod lints;
6465mod macro_expr_fragment_specifier_2024_migration;
6566mod map_unit_fn;
66- mod methods;
6767mod multiple_supertrait_upcastable;
6868mod non_ascii_idents;
6969mod non_fmt_panic;
@@ -87,6 +87,7 @@ mod unused;
8787use async_closures:: AsyncClosureUsage ;
8888use async_fn_in_trait:: AsyncFnInTrait ;
8989use builtin:: * ;
90+ use dangling:: * ;
9091use deref_into_dyn_supertrait:: * ;
9192use drop_forget_useless:: * ;
9293use enum_intrinsics_non_enums:: EnumIntrinsicsNonEnums ;
@@ -98,7 +99,6 @@ use invalid_from_utf8::*;
9899use let_underscore:: * ;
99100use macro_expr_fragment_specifier_2024_migration:: * ;
100101use map_unit_fn:: * ;
101- use methods:: * ;
102102use multiple_supertrait_upcastable:: * ;
103103use non_ascii_idents:: * ;
104104use non_fmt_panic:: NonPanicFmt ;
Original file line number Diff line number Diff line change @@ -1124,7 +1124,7 @@ pub struct IgnoredUnlessCrateSpecified<'a> {
11241124 pub name : Symbol ,
11251125}
11261126
1127- // methods .rs
1127+ // dangling .rs
11281128#[ derive( LintDiagnostic ) ]
11291129#[ diag( lint_instantly_dangling) ]
11301130#[ note]
You can’t perform that action at this time.
0 commit comments