diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-06-16 14:27:44 +0200 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-06-25 14:51:56 +0200 |
| commit | 7b3940f44b1f0774f8b43d01786193744fee0079 (patch) | |
| tree | f4054ba67c2a107834f3e523dd561adbc9513274 /compiler/rustc_lint/src | |
| parent | 23176f60e75f7f7b55cb1cc34b667705d1d10032 (diff) | |
| download | rust-7b3940f44b1f0774f8b43d01786193744fee0079.tar.gz rust-7b3940f44b1f0774f8b43d01786193744fee0079.zip | |
Address PR feedback
Diffstat (limited to 'compiler/rustc_lint/src')
| -rw-r--r-- | compiler/rustc_lint/src/array_into_iter.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/array_into_iter.rs b/compiler/rustc_lint/src/array_into_iter.rs index dc6ba8ebac5..14ffbbc35eb 100644 --- a/compiler/rustc_lint/src/array_into_iter.rs +++ b/compiler/rustc_lint/src/array_into_iter.rs @@ -39,7 +39,6 @@ declare_lint! { @future_incompatible = FutureIncompatibleInfo { reference: "issue #66145 <https://github.com/rust-lang/rust/issues/66145>", reason: FutureIncompatibilityReason::EditionSemanticsChange(Edition::Edition2021), - custom_explanation: Some("This will continue to compile in Rust 2021 but it will behave slightly differently!") }; } |
