Skip to content

Commit

Permalink
Merge pull request #117 from mgeisler/feature-desc
Browse files Browse the repository at this point in the history
Explain that `assert_contains_substring` is always available
  • Loading branch information
mgeisler authored Dec 5, 2021
2 parents 4eec387 + 6f99436 commit da5a6b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
//! * `html_root_url_updated` enables [`assert_html_root_url_updated`].
//! * `contains_regex` enables [`assert_contains_regex`].
//!
//! All of these features are enabled by default.
//! All of these features are enabled by default. If you disable all
//! of them, you can still use [`assert_contains_substring`] to
//! quickly check that a given file contains the current crate
//! version.
//!
//! [`html_root_url`]: https://rust-lang-nursery.github.io/api-guidelines/documentation.html#crate-sets-html_root_url-attribute-c-html-root
//! [`assert_markdown_deps_updated`]: macro.assert_markdown_deps_updated.html
Expand Down

0 comments on commit da5a6b4

Please sign in to comment.