This is needed for Clippy to know that the `#[allow(unused)]` attributes added by the expansion of `?` are part of the desugaring, and that they do not come from the user code. rust-lang/rust-clippy#13380 exhibits a manifestation of this problem. |
||
|---|---|---|
| .. | ||
| asm.rs | ||
| block.rs | ||
| delegation.rs | ||
| errors.rs | ||
| expr.rs | ||
| format.rs | ||
| index.rs | ||
| item.rs | ||
| lib.rs | ||
| lifetime_collector.rs | ||
| pat.rs | ||
| path.rs | ||