We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b764e commit 4fddff0Copy full SHA for 4fddff0
core/src/ops/deref.rs
@@ -269,7 +269,6 @@ impl<T: ?Sized> const Deref for &mut T {
269
#[stable(feature = "rust1", since = "1.0.0")]
270
#[const_trait]
271
#[rustc_const_unstable(feature = "const_deref", issue = "88955")]
272
-#[allow(multiple_supertrait_upcastable)]
273
pub trait DerefMut: ~const Deref + PointeeSized {
274
/// Mutably dereferences the value.
275
0 commit comments