Skip to content

Commit 2aaf2f2

Browse files
committed
Fmt
1 parent e65f661 commit 2aaf2f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_lint/src/levels.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,7 @@ impl<'s, P: LintLevelsProvider> LintLevelsBuilder<'s, P> {
10861086
}
10871087

10881088
pub(crate) fn provide(providers: &mut Providers) {
1089-
*providers =
1090-
Providers { shallow_lint_levels_on, lints_that_dont_need_to_run, ..*providers };
1089+
*providers = Providers { shallow_lint_levels_on, lints_that_dont_need_to_run, ..*providers };
10911090
}
10921091

10931092
pub(crate) fn parse_lint_and_tool_name(lint_name: &str) -> (Option<Symbol>, &str) {

0 commit comments

Comments
 (0)