Remove str_to_string lint

Specialization makes all of the options equally efficient.
This commit is contained in:
Manish Goregaokar 2016-04-08 06:38:21 +05:30
parent c0aa049b0a
commit efa84862af
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
4 changed files with 0 additions and 51 deletions

View file

@ -70,5 +70,4 @@ fn register_clippy(reg: &mut Registry) {
}
#[cfg(not(feature = "clippy"))]
fn register_clippy(reg: &mut Registry) {
reg.register_late_lint_pass(box lints::str_to_string::StrToStringPass);
}