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.
1 parent 7931fed commit 50512d3Copy full SHA for 50512d3
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