mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -518,7 +518,6 @@ pub fn default_opts() -> Opts {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(str_to_string)]
|
||||
pub fn from_cmdline_args(args: &[String]) -> ArgumentParsingResult {
|
||||
let (app_name, args) = args.split_first().unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue