Skip to content

Commit

Permalink
doc: remove #![feature(asm)]
Browse files Browse the repository at this point in the history
The `asm` feature has been stabilized by
<rust-lang/rust#91728>.
  • Loading branch information
yvt committed Feb 23, 2022
1 parent 7d34c26 commit 4ffba16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ The R3 original kernel is provided as a separate package [`r3_kernel`][].
## Example

```rust
#![feature(asm)]
#![feature(asm_sym)]
#![feature(const_fn_trait_bound)]
#![feature(const_refs_to_cell)]
Expand Down

0 comments on commit 4ffba16

Please sign in to comment.