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

@ -5,6 +5,5 @@
pub mod ban;
pub mod inheritance_integrity;
pub mod privatize;
pub mod str_to_string;
pub mod transmute_type;
pub mod unrooted_must_root;