File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,16 @@ pub const _: () = {};
132132/// ```compile_fail
133133#[ doc = include_str ! ( "../violations_coverage/unsafe_method/sneaked_unsafe/self_some_args.rs" ) ]
134134/// ```
135- ///
136- /// ```compile_fail
137- #[ doc = include_str ! ( "../violations_coverage/unsafe_method/fn_unused_unsafe/zero_args.rs" ) ]
138- /// ```
139- #[ allow( clippy:: useless_attribute) ]
140- #[ allow( clippy:: needless_doctest_main) ]
141- /// ```compile_fail
142- #[ doc = include_str ! ( "../violations_coverage/unsafe_method/fn_unused_unsafe/some_args.rs" ) ]
143- /// ```
135+ // TODO refactor for new checks:
136+ // ```compile_fail
137+ //#[doc = include_str!("../violations_coverage/unsafe_method/fn_unused_unsafe/zero_args.rs")]
138+ // ```
139+ //
140+ //#[allow(clippy::useless_attribute)]
141+ //#[allow(clippy::needless_doctest_main)]
142+ // ```compile_fail
143+ //#[doc = include_str!("../violations_coverage/unsafe_method/fn_unused_unsafe/some_args.rs")]
144+ // ```
144145pub const TODO_internal_prudent_unsafe_method : ( ) = { } ;
145146
146147/// ```compile_fail,E0133
You can’t perform that action at this time.
0 commit comments