Skip to content

Commit b7f5042

Browse files
committed
fix: remove #![feature(ptr_wrapping_offset_from)]
`wrapping_offset_from` has been deprecated and removed. The actual use was removed by eb752db, but `#![feature(...)]` remained in the source code.
1 parent f5da5e3 commit b7f5042

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/constance/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#![feature(const_raw_ptr_deref)]
1010
#![feature(const_checked_int_methods)]
1111
#![feature(const_option)]
12-
#![feature(ptr_wrapping_offset_from)]
1312
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
1413
#![feature(unsafe_block_in_unsafe_fn)] // `unsafe fn` doesn't imply `unsafe {}`
1514
#![feature(never_type)] // `!`

0 commit comments

Comments
 (0)