Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Jul 25, 2024
1 parent 18d1dde commit be9b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/elaborator/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ impl<'context> Elaborator<'context> {
if segment.generics.is_some() {
// From "foo::<T>", create a span for just "::<T>"
let span = Span::from(segment.ident.span().end()..segment.span.end());
self.push_err(TypeCheckError::UnsupportedTurbofishUsage { span })
self.push_err(TypeCheckError::UnsupportedTurbofishUsage { span });
}
}
}
Expand Down

0 comments on commit be9b7e8

Please sign in to comment.