ignore the doctest for map

This commit is contained in:
Yoshiki Matsuda 2022-05-04 00:53:46 +09:00
parent 3d12fd0faf
commit 4698a3fb8a

View file

@ -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"};
/// ```
///