Skip to content

Commit

Permalink
suppress warning in lib.rs, too
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-ant committed Jul 22, 2024
1 parent 82639b4 commit 705ca6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
//!
//! You should try using [`differentiate_numerically`](fn.differentiate_numerically.html)
//! in a unit test to verify that your Jacobian implementation matches the residuals.
#![allow(unexpected_cfgs)]
#![no_std]
#![cfg_attr(feature = "RUSTC_IS_NIGHTLY", core_intrinsics)]

Expand Down

0 comments on commit 705ca6e

Please sign in to comment.