Skip to content

Commit

Permalink
port/lib: remove stabilized cstr_from_bytes_until_nul feature hint
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Maslowski <[email protected]>
  • Loading branch information
orangecms committed May 2, 2023
1 parent aa3b294 commit 727182e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion port/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(clippy::upper_case_acronyms)]
#![cfg_attr(not(any(test, feature = "cargo-clippy")), no_std)]
#![feature(cstr_from_bytes_until_nul)]
#![feature(maybe_uninit_slice)]
#![forbid(unsafe_op_in_unsafe_fn)]

Expand Down

0 comments on commit 727182e

Please sign in to comment.