Skip to content

Commit 8441e92

Browse files
caspervonbedward-shen
authored andcommitted
Remove stale clippy allow
1 parent 7954527 commit 8441e92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-config/src/file/git_config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,6 @@ impl<'a> From<Parser<'a>> for GitConfig<'a> {
11591159

11601160
#[allow(clippy::explicit_into_iter_loop)] // it's not really an iterator (yet), needs streaming iterator support
11611161
for event in parser.into_iter() {
1162-
#[allow(clippy::unnested_or_patterns)] // TODO: remove once Rust 1.53 is available on CI
11631162
match event {
11641163
Event::SectionHeader(header) => {
11651164
if let Some(prev_header) = prev_section_header.take() {

0 commit comments

Comments
 (0)