We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7931fed + 50512d3 commit 8aed8c6Copy full SHA for 8aed8c6
light-curve/src/dmdt.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::borrow_deref_ref)] // https://github.com/rust-lang/rust-clippy/issues/8971
2
+
3
use crate::check::check_sorted;
4
use crate::cont_array::{ContArray, ContCowArray};
5
use crate::errors::{Exception, Res};
0 commit comments