mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 09:42:00 -07:00
edition: run 'cargo fix --edition --edition-idioms --all'
This commit is contained in:
@@ -1720,7 +1720,7 @@ impl ArgMatches {
|
||||
self.0.value_of_os(name)
|
||||
}
|
||||
|
||||
fn values_of_os(&self, name: &str) -> Option<clap::OsValues> {
|
||||
fn values_of_os(&self, name: &str) -> Option<clap::OsValues<'_>> {
|
||||
self.0.values_of_os(name)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user