1. 08 8月, 2023 1 次提交
    • A
      core: Remove #[macro_export] from `debug_assert_matches` · f1776250
      Arthur Cohen 提交于
      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.
      f1776250
  2. 07 8月, 2023 39 次提交