Skip to content

Commit 40a91c2

Browse files
committed
typo
1 parent c7e4ef4 commit 40a91c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/pathbuf_init_then_push.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ impl<'tcx> LateLintPass<'tcx> for PathbufThenPush<'tcx> {
185185
}
186186
}
187187

188-
fn check_block_post(&mut self, cx: &LateContext<'tcx>, _: &'tcx Block<'tcx>) {
188+
fn check_block_post(&mut self, _: &LateContext<'tcx>, _: &'tcx Block<'tcx>) {
189189
self.searcher = None;
190190
}
191191
}

0 commit comments

Comments
 (0)