Skip to content

Commit d801fa9

Browse files
committed
fix rustdoc tests
1 parent 9fcefb1 commit d801fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/marker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ marker_impls! {
960960
#[lang = "destruct"]
961961
#[rustc_on_unimplemented(message = "can't drop `{Self}`", append_const_msg)]
962962
#[rustc_deny_explicit_impl(implement_via_object = false)]
963-
// FIXME(effects) #[const_trait]
963+
#[const_trait]
964964
pub trait Destruct {}
965965

966966
/// A marker for tuple types.

0 commit comments

Comments
 (0)