Skip to content

Commit 18a102c

Browse files
authored
Update library/alloctests/tests/sort/known_good_stable_sort.rs
1 parent 81301b0 commit 18a102c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/alloctests/tests/sort/known_good_stable_sort.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ impl<T> BufGuard<T> {
197197
}
198198

199199
impl<T> Drop for BufGuard<T> {
200-
#[requires(size_of::<T>() > 0)]
201200
fn drop(&mut self) {
202201
// SAFETY: We checked that T is not a ZST.
203202
unsafe {

0 commit comments

Comments
 (0)