You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #3545 - Kampfkarren:vec_boxed_sized, r=flip1995
Adds lint for Vec<Box<T: Sized>>
This adds, and subsequently closes#3530. This is the first time I've ever worked with anything remotely close to internal Rust code, so I'm very much unsure about the if_chain! to figure this out!
I can't get rustfmt working on WSL with nightly 2018-12-07:
`error: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is unavailable for download`
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
9
9
10
-
[There are 290 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
10
+
[There are 291 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
11
11
12
12
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~annoy~~ help you:
0 commit comments