mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
clippy: Fix needless_lifetimes warnings (#31933)
This commit is contained in:
parent
a8976ff00a
commit
4a68243f65
13 changed files with 32 additions and 32 deletions
|
@ -478,7 +478,7 @@ impl Documents {
|
|||
.and_then(|doc| doc.find_iframe(browsing_context_id))
|
||||
}
|
||||
|
||||
pub fn iter<'a>(&'a self) -> DocumentsIter<'a> {
|
||||
pub fn iter(&self) -> DocumentsIter<'_> {
|
||||
DocumentsIter {
|
||||
iter: self.map.iter(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue