We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5029ac commit 58218f6Copy full SHA for 58218f6
1 file changed
library/core/src/fmt/mod.rs
@@ -2268,7 +2268,7 @@ impl<T: ?Sized + Debug> Debug for RefMut<'_, T> {
2268
}
2269
2270
#[stable(feature = "core_impl_debug", since = "1.9.0")]
2271
-impl<T: ?Sized + Debug> Debug for UnsafeCell<T> {
+impl<T: ?Sized> Debug for UnsafeCell<T> {
2272
fn fmt(&self, f: &mut Formatter<'_>) -> Result {
2273
f.pad("UnsafeCell")
2274
0 commit comments