Skip to content

Commit

Permalink
Mention disabling of features in compile time docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 15, 2024
1 parent 23d0e4d commit f146f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions insta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@
//! [profile.dev.package.similar]
//! opt-level = 3
//! ```
//!
//! You can also disable the default features of `insta` which will cut down on
//! the compile time a bit by removing some quality of life features.
#![cfg_attr(docsrs, feature(doc_cfg))]

#[macro_use]
Expand Down

0 comments on commit f146f47

Please sign in to comment.