Skip to content

Commit 50512d3

Browse files
committed
Ignore clippy::boroow_deref_ref on a module level
It is caused by same bug in clippy rust-lang/rust-clippy#8971
1 parent 7931fed commit 50512d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

light-curve/src/dmdt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::borrow_deref_ref)] // https://github.com/rust-lang/rust-clippy/issues/8971
2+
13
use crate::check::check_sorted;
24
use crate::cont_array::{ContArray, ContCowArray};
35
use crate::errors::{Exception, Res};

0 commit comments

Comments
 (0)