Skip to content

Commit 4ffba16

Browse files
committed
doc: remove #![feature(asm)]
The `asm` feature has been stabilized by <rust-lang/rust#91728>.
1 parent 7d34c26 commit 4ffba16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The R3 original kernel is provided as a separate package [`r3_kernel`][].
4646
## Example
4747

4848
```rust
49-
#![feature(asm)]
5049
#![feature(asm_sym)]
5150
#![feature(const_fn_trait_bound)]
5251
#![feature(const_refs_to_cell)]

0 commit comments

Comments
 (0)