Skip to content

Commit 35bb20a

Browse files
committed
temp
1 parent 628a2ee commit 35bb20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@
326326
#![feature(try_blocks)]
327327
#![feature(try_trait_v2)]
328328
#![feature(type_alias_impl_trait)]
329+
#![feature(unsigned_signed_diff)]
329330
// tidy-alphabetical-end
330331
//
331332
// Library features (core):
@@ -373,7 +374,6 @@
373374
#![feature(sync_unsafe_cell)]
374375
#![feature(temporary_niche_types)]
375376
#![feature(ub_checks)]
376-
#![feature(unsigned_signed_diff)]
377377
#![feature(used_with_arg)]
378378
// tidy-alphabetical-end
379379
//

0 commit comments

Comments
 (0)