rust/library
Arthur Cohen f1776250eb core: Remove #[macro_export] from debug_assert_matches
The `debug_assert_matches` macro was marked with the `#[macro_export]` attribute,
despite being a declarative macro/macro 2.0, for which the exporting rules are similar
to items. In fact, `#[macro_export]` on a decl macro has no effect on its visibility.
2023-08-07 21:13:55 +02:00
..
2023-07-02 17:02:45 -07:00
2023-08-03 14:50:50 +02:00
2023-08-07 14:11:03 +02:00
2023-07-31 16:13:02 +08:00
2023-08-03 14:50:50 +02:00
2023-08-03 14:50:50 +02:00
2023-08-03 14:50:50 +02:00