Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Fully stabilize NLL
Browse files Browse the repository at this point in the history
[git filter-repo] original commit: rust-lang/rust@410dcc9
  • Loading branch information
jackh726 committed Jun 3, 2022
1 parent 4b5f044 commit 869e411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![no_std]
#![forbid(unsafe_code)]
#![feature(nll)]

#[macro_use]
extern crate alloc;
Expand Down

0 comments on commit 869e411

Please sign in to comment.