edition: run 'cargo fix --edition --edition-idioms --all'
This commit is contained in:
@@ -495,7 +495,7 @@ impl Ignore {
|
||||
}
|
||||
|
||||
/// Returns an iterator over parent ignore matchers, including this one.
|
||||
pub fn parents(&self) -> Parents {
|
||||
pub fn parents(&self) -> Parents<'_> {
|
||||
Parents(Some(self))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user