Skip to content

Commit

Permalink
Allow incomplete features
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Aug 7, 2024
1 parent 5110e8d commit 15f0d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(clippy::drop_ref)]
#![allow(dead_code)]
#![allow(dropping_references)]
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]
#![feature(array_chunks)]
#![feature(more_qualified_paths)]
Expand Down

0 comments on commit 15f0d1b

Please sign in to comment.