Auto merge of #96414 - Dylan-DPC:rollup-t4ofhoa, r=Dylan-DPC
Rollup of 6 pull requests Successful merges: - #90312 (Fix some confusing wording and improve slice-search-related docs) - #96149 (Remove unused macro rules) - #96279 (rustdoc: Remove .woff font files) - #96355 (Better handle too many `#` recovery in raw str) - #96379 (delay bug when adjusting `NeverToAny` twice during diagnostic code) - #96384 (do not consider two extern types to be similar) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This commit is contained in:
commit
9ea4d4127f
33 changed files with 244 additions and 177 deletions
|
@ -453,9 +453,6 @@ macro_rules! impl_arena_allocatable_decoder {
|
|||
}
|
||||
}
|
||||
};
|
||||
([$ignore:ident $(, $attrs:ident)*]$args:tt) => {
|
||||
impl_arena_allocatable_decoder!([$($attrs),*]$args);
|
||||
};
|
||||
}
|
||||
|
||||
macro_rules! impl_arena_allocatable_decoders {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue