Skip to content

Commit

Permalink
Remove explicit intra-doc links
Browse files Browse the repository at this point in the history
These are added automatically by `cargo doc` now.
  • Loading branch information
mgeisler committed Sep 20, 2021
1 parent c9c6364 commit f773865
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ pub use crate::markdown_deps::check_markdown_deps;
/// # Panics
///
/// If any TOML code block fails the check, `panic!` will be invoked.
///
/// [`check_markdown_deps`]: fn.check_markdown_deps.html
#[macro_export]
#[cfg(feature = "markdown_deps_updated")]
macro_rules! assert_markdown_deps_updated {
Expand Down Expand Up @@ -185,7 +183,6 @@ macro_rules! assert_markdown_deps_updated {
/// If the `html_root_url` fails the check, `panic!` will be invoked.
///
/// [api-guidelines]: https://rust-lang-nursery.github.io/api-guidelines/documentation.html#crate-sets-html_root_url-attribute-c-html-root
/// [`check_html_root_url`]: fn.check_html_root_url.html
#[macro_export]
#[cfg(feature = "html_root_url_updated")]
macro_rules! assert_html_root_url_updated {
Expand Down Expand Up @@ -315,8 +312,6 @@ macro_rules! assert_contains_substring {
///
/// If the regular expression cannot be found, `panic!` will be
/// invoked and your integration test will fail.
///
/// [`check_contains_regex`]: fn.check_contains_regex.html
#[macro_export]
#[cfg(feature = "contains_regex")]
macro_rules! assert_contains_regex {
Expand Down

0 comments on commit f773865

Please sign in to comment.