Skip to content

Commit

Permalink
Mention Cargo features just once below macros
Browse files Browse the repository at this point in the history
This simplifies the text a bit.
  • Loading branch information
mgeisler committed Sep 20, 2021
1 parent 61fbb52 commit 889338b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
//! dependency on your crate. See [`assert_markdown_deps_updated`].
//!
//! * A `Changelog.md` file that should at least mention the current
//! version, gated behind the "regex_version" feature. See
//! [`assert_contains_regex`] and [`assert_contains_substring`].
//! version. See [`assert_contains_regex`] and
//! [`assert_contains_substring`].
//!
//! * The [`html_root_url`] attribute that tells other crates where to
//! find your documentation, gated behind the "html_root_url" feature.
//! See [`assert_html_root_url_updated`].
//! find your documentation. See [`assert_html_root_url_updated`].
//!
//! Except for [`assert_contains_substring`], the macros are gated
//! behind individual features, as detailed below.
Expand Down

0 comments on commit 889338b

Please sign in to comment.