Skip to content

Commit 27a749b

Browse files
committed
Get rid of mismatched_lifetime_syntaxes warning
1 parent 9bb6a34 commit 27a749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastalloc/vregset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl VRegSet {
5858
self.items[self.head.index()].next == self.head
5959
}
6060

61-
pub fn iter(&self) -> VRegSetIter {
61+
pub fn iter(&self) -> VRegSetIter<'_> {
6262
VRegSetIter {
6363
curr_item: self.items[self.head.index()].next,
6464
head: self.head,

0 commit comments

Comments
 (0)