Skip to content

Commit

Permalink
Rollup merge of #67129 - remexre:patch-1, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fixes typo

`legacy_disrectory_ownership` vs `legacy_directory_ownership`
  • Loading branch information
Centril authored Dec 8, 2019
2 parents 0c9f669 + dfc04fc commit 32e27c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lint/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ fn register_builtins(store: &mut lint::LintStore, no_interleave_lints: bool) {
"converted into hard error, see https://github.com/rust-lang/rust/issues/46205");
store.register_removed("legacy_constructor_visibility",
"converted into hard error, see https://github.com/rust-lang/rust/issues/39207");
store.register_removed("legacy_disrectory_ownership",
store.register_removed("legacy_directory_ownership",
"converted into hard error, see https://github.com/rust-lang/rust/issues/37872");
store.register_removed("safe_extern_statics",
"converted into hard error, see https://github.com/rust-lang/rust/issues/36247");
Expand Down

0 comments on commit 32e27c2

Please sign in to comment.