diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-02-21 16:50:23 +0100 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-02-21 16:50:23 +0100 |
| commit | ad962ed131aa3bfebc55b381bc93bae93667d3ee (patch) | |
| tree | 439bcc94c8237c8a2952732204b23999a7779a3f /library/coretests/tests | |
| parent | f04bbc60f8c353ee5ba0677bc583ac4a88b2c180 (diff) | |
| download | rust-ad962ed131aa3bfebc55b381bc93bae93667d3ee.tar.gz rust-ad962ed131aa3bfebc55b381bc93bae93667d3ee.zip | |
stabilize `unsigned_is_multiple_of`
Diffstat (limited to 'library/coretests/tests')
| -rw-r--r-- | library/coretests/tests/lib.rs | 1 |
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)] |
