Skip to content

Commit

Permalink
Remove unnecessary lifetime annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
arminha committed Nov 3, 2024
1 parent e974941 commit 2a07a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Scanner {
}
}

impl<'a> Job<'a> {
impl Job<'_> {
fn new(scanner: &Scanner, location: Url) -> Job<'_> {
Job {
scanner,
Expand Down

0 comments on commit 2a07a48

Please sign in to comment.