rust/clippy_lints
Samuel Tardieu 92c403c9b0 Box::default(): do not omit the type of the removed trait object
Within a larger expression, when the type of `Box::new(T::default())` is
`Box<dyn Trait>`, the concrete type `T` cannot be omitted in the
proposed replacement `Box::<T>::default()`.
2023-02-20 11:58:27 +01:00
..
2023-01-31 23:31:12 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.