mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove str_to_string lint
Specialization makes all of the options equally efficient.
This commit is contained in:
parent
c0aa049b0a
commit
efa84862af
4 changed files with 0 additions and 51 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue