We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e13e9f commit 1bde537Copy full SHA for 1bde537
src/model/mod.rs
@@ -12,6 +12,7 @@ pub mod errors;
12
pub mod builder;
13
mod model_basis_function;
14
#[cfg(any(test, doctest))]
15
+#[allow(missing_docs)]
16
pub mod test;
17
18
/// Represents an abstraction for a separable nonlinear model
src/test_helpers/mod.rs
@@ -1,3 +1,4 @@
1
+#![allow(missing_docs)]
2
pub mod differentiation;
3
4
use nalgebra::{DVector, Scalar};
0 commit comments