dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

ignore doctests for non-exported macro_rules! macros #105

Open decathorpe opened 2 years ago

decathorpe commented 2 years ago

This fixes building doctests with Rust 1.62, which now actually runs doctests for non-exported macros:

https://github.com/rust-lang/rust/issues/97030