You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(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
0 commit comments