mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
329dc4715b
Certain types must be enclosed in angle brackets and must have generic arguments substituted to create a working suggestion. For example, if `s` has type `&[u8]`, then `|s| s.len()` may be replaced with `<[u8]>::len`. Previously, Clippy erroneously suggested `[T]::len`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |