Skip to content

Commit

Permalink
ignore the doctest for map
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ysk committed May 3, 2022
1 parent 3d12fd0 commit 4698a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ use crate::passes::collect_intra_doc_links;
///
/// Example:
///
/// ```
/// ```ignore(cannot-test-this-because-non-exported-macro)
/// let letters = map!{"a" => "b", "c" => "d"};
/// ```
///
Expand Down

0 comments on commit 4698a3f

Please sign in to comment.