Skip to content

Commit

Permalink
Remove requirement to use unstable feature: const_ptr_offset_from, co…
Browse files Browse the repository at this point in the history
…nst_refs_to_cell
  • Loading branch information
Staz M committed Dec 6, 2022
1 parent d8accb7 commit a952133
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
//! ```
#![no_std]
#![cfg_attr(
feature = "unstable_const",
feature(const_ptr_offset_from, const_refs_to_cell)
)]

#[macro_use]
#[cfg(doctests)]
Expand Down

0 comments on commit a952133

Please sign in to comment.