about summary refs log tree commit diff
path: root/library/coretests/tests
diff options
context:
space:
mode:
authorFolkert de Vries <folkert@folkertdev.nl>2025-02-21 16:50:23 +0100
committerFolkert de Vries <folkert@folkertdev.nl>2025-02-21 16:50:23 +0100
commitad962ed131aa3bfebc55b381bc93bae93667d3ee (patch)
tree439bcc94c8237c8a2952732204b23999a7779a3f /library/coretests/tests
parentf04bbc60f8c353ee5ba0677bc583ac4a88b2c180 (diff)
downloadrust-ad962ed131aa3bfebc55b381bc93bae93667d3ee.tar.gz
rust-ad962ed131aa3bfebc55b381bc93bae93667d3ee.zip
stabilize `unsigned_is_multiple_of`
Diffstat (limited to 'library/coretests/tests')
-rw-r--r--library/coretests/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/coretests/tests/lib.rs b/library/coretests/tests/lib.rs
index 25c7d10e0bd..08577eeeb62 100644
--- a/library/coretests/tests/lib.rs
+++ b/library/coretests/tests/lib.rs
@@ -87,7 +87,6 @@
 #![feature(try_blocks)]
 #![feature(try_find)]
 #![feature(try_trait_v2)]
-#![feature(unsigned_is_multiple_of)]
 #![feature(unsize)]
 #![feature(unsized_tuple_coercion)]
 #![feature(unwrap_infallible)]