Skip to content

Commit 4698a3f

Browse files
committed
ignore the doctest for map
1 parent 3d12fd0 commit 4698a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ use crate::passes::collect_intra_doc_links;
9696
///
9797
/// Example:
9898
///
99-
/// ```
99+
/// ```ignore(cannot-test-this-because-non-exported-macro)
100100
/// let letters = map!{"a" => "b", "c" => "d"};
101101
/// ```
102102
///

0 commit comments

Comments
 (0)