We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c9f669 + dfc04fc commit 32e27c2Copy full SHA for 32e27c2
src/librustc_lint/lib.rs
@@ -341,7 +341,7 @@ fn register_builtins(store: &mut lint::LintStore, no_interleave_lints: bool) {
341
"converted into hard error, see https://github.com/rust-lang/rust/issues/46205");
342
store.register_removed("legacy_constructor_visibility",
343
"converted into hard error, see https://github.com/rust-lang/rust/issues/39207");
344
- store.register_removed("legacy_disrectory_ownership",
+ store.register_removed("legacy_directory_ownership",
345
"converted into hard error, see https://github.com/rust-lang/rust/issues/37872");
346
store.register_removed("safe_extern_statics",
347
"converted into hard error, see https://github.com/rust-lang/rust/issues/36247");
0 commit comments