Skip to content

Commit

Permalink
Some helpful doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 21, 2023
1 parent cbe9246 commit d48e382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car-mirror/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//! car-mirror

/// Test utilities.
/// Test utilities. Enabled with the `test_utils` feature flag.
#[cfg(any(test, feature = "test_utils"))]
#[cfg_attr(docsrs, doc(cfg(feature = "test_utils")))]
pub mod test_utils;
Expand Down

0 comments on commit d48e382

Please sign in to comment.