Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore doctest for non-exported macro
Rust 1.62 introduced a breaking change where doctests for non-exported macros are now run by default. These don't compile because the macro can't be imported in it. See rust-lang/rust#97030 for more info.
- Loading branch information