Skip to content

Commit a4b1cf9

Browse files
committed
const-oid: clippy fixups
1 parent 972a402 commit a4b1cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const-oid/src/arcs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl<'a> Arcs<'a> {
111111
}
112112
}
113113

114-
impl<'a> Iterator for Arcs<'a> {
114+
impl Iterator for Arcs<'_> {
115115
type Item = Arc;
116116

117117
fn next(&mut self) -> Option<Arc> {

0 commit comments

Comments
 (0)