Skip to content

Commit

Permalink
update rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Mingzhuo Yin <[email protected]>
  • Loading branch information
silver-ymz committed Nov 18, 2024
1 parent f207792 commit 587ba3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
.idea/
/target
/target*
*.iml
**/*.rs.bk
Cargo.lock
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2024-08-05"
channel = "nightly-2024-09-14"
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(raw_ref_op)]
#![feature(new_uninit)]
#![feature(doc_cfg)]
#![allow(clippy::len_without_is_empty)]

Expand Down

0 comments on commit 587ba3c

Please sign in to comment.