Skip to content

Commit 1d1ab19

Browse files
taiki-egnzlbg
authored andcommitted
Remove const_str_as_bytes feature gate
1 parent 53a7e00 commit 1d1ab19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/stdarch-test/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//! This basically just disassembles the current executable and then parses the
44
//! output once globally and then provides the `assert` function which makes
55
//! assertions about the disassembly of a function.
6-
#![feature(const_str_as_bytes)]
76
#![feature(const_transmute)]
87
#![feature(vec_leak)]
98
#![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]

0 commit comments

Comments
 (0)