Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: don't run doctests on non-exported macros
Since Rust 1.62.0, doctests on macros are run even if the macro isn't marked #[macro_export] [0]. Because the macro can't actually be accessed externally, we explicitly mark the doctest as ignored so it continues not to be run. [0]: rust-lang/rust#96630
- Loading branch information