Skip to content

Commit 1bde537

Browse files
committed
fix missing doc links in tests
1 parent 4e13e9f commit 1bde537

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/model/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pub mod errors;
1212
pub mod builder;
1313
mod model_basis_function;
1414
#[cfg(any(test, doctest))]
15+
#[allow(missing_docs)]
1516
pub mod test;
1617

1718
/// Represents an abstraction for a separable nonlinear model

src/test_helpers/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(missing_docs)]
12
pub mod differentiation;
23

34
use nalgebra::{DVector, Scalar};

0 commit comments

Comments
 (0)