Skip to content

Commit

Permalink
Add run-rustfix marker
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Apr 17, 2023
1 parent 503fd56 commit f92c8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/manual_slice_size_calculation.rs
@@ -1,3 +1,4 @@
// run-rustfix
use clippy_utils::diagnostics::span_lint_and_sugg;
use clippy_utils::source::snippet_with_context;
use clippy_utils::{expr_or_init, in_constant};
Expand Down
1 change: 1 addition & 0 deletions tests/ui/manual_slice_size_calculation.rs
@@ -1,3 +1,4 @@
// run-rustfix
#![allow(unused)]
#![warn(clippy::manual_slice_size_calculation)]

Expand Down

0 comments on commit f92c8f9

Please sign in to comment.