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.
missing_docs
1 parent bfa8842 commit 570e291Copy full SHA for 570e291
src/histogram/grid.rs
@@ -1,4 +1,4 @@
1
-#![warn(clippy::all, clippy::pedantic)]
+#![warn(missing_docs, clippy::all, clippy::pedantic)]
2
3
use super::{bins::Bins, errors::BinsBuildError, strategies::BinsBuildingStrategy};
4
use itertools::izip;
0 commit comments