diff --git a/README.md b/README.md index 62e36a3..52999e3 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,3 @@ Your crate root: (`lib.rs`/`main.rs`) ```rust,ignore #![feature(const_ptr_offset_from, const_maybe_uninit_as_ptr, const_raw_ptr_deref, const_refs_to_cell)] ``` - -If you intend to use `offset_of!` inside a `const fn`, also add the `const_fn` compiler feature.