Skip to content

Commit

Permalink
allow
Browse files Browse the repository at this point in the history
  • Loading branch information
rsk0315 committed Mar 24, 2024
1 parent a4afbb9 commit d5735e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nekolib-src/draft/rs01dict_tree/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use std::ops::Range;

const W: usize = u64::BITS as usize;
Expand Down
2 changes: 2 additions & 0 deletions nekolib-src/ds/wavelet_matrix/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use std::ops::{Range, RangeBounds, RangeInclusive};

use rs01_dict::Rs01Dict;
Expand Down

0 comments on commit d5735e9

Please sign in to comment.