1
Fork 0

Bump future release warning mode

This commit is contained in:
Michael Goulet 2023-11-20 19:03:40 +00:00
parent 63b34cf480
commit e6ca8e1d18
5 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@ declare_lint! {
Warn,
"`Deref` implementation usage with a supertrait trait object for output might be shadowed in the future",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::FutureReleaseSemanticsChange,
reference: "issue #89460 <https://github.com/rust-lang/rust/issues/89460>",
};
}