new lint: `type_id_on_box` Closes #7687. A new lint that detects calling `.type_id()` on `Box<dyn Any>` (and not on the underlying `dyn Any`), which can make up for some pretty confusing bugs! changelog: new lint: [`type_id_on_box`] |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||