diff options
Diffstat (limited to 'library/core/src/ops/drop.rs')
| -rw-r--r-- | library/core/src/ops/drop.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/ops/drop.rs b/library/core/src/ops/drop.rs index a2c3d978cc4..de9ddb852df 100644 --- a/library/core/src/ops/drop.rs +++ b/library/core/src/ops/drop.rs @@ -134,7 +134,6 @@ /// these types cannot have destructors. #[lang = "drop"] #[stable(feature = "rust1", since = "1.0.0")] -#[const_trait] pub trait Drop { /// Executes the destructor for this type. /// |
