Skip to content

Commit 32e27c2

Browse files
authored
Rollup merge of #67129 - remexre:patch-1, r=Dylan-DPC
Fixes typo `legacy_disrectory_ownership` vs `legacy_directory_ownership`
2 parents 0c9f669 + dfc04fc commit 32e27c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ fn register_builtins(store: &mut lint::LintStore, no_interleave_lints: bool) {
341341
"converted into hard error, see https://github.com/rust-lang/rust/issues/46205");
342342
store.register_removed("legacy_constructor_visibility",
343343
"converted into hard error, see https://github.com/rust-lang/rust/issues/39207");
344-
store.register_removed("legacy_disrectory_ownership",
344+
store.register_removed("legacy_directory_ownership",
345345
"converted into hard error, see https://github.com/rust-lang/rust/issues/37872");
346346
store.register_removed("safe_extern_statics",
347347
"converted into hard error, see https://github.com/rust-lang/rust/issues/36247");

0 commit comments

Comments
 (0)