Skip to content

Commit 075484a

Browse files
committed
clippy
1 parent 2e33f91 commit 075484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12758,7 +12758,7 @@ impl<'a> Parser<'a> {
1275812758
} else {
1275912759
return Ok(None);
1276012760
};
12761-
self.parse_table_sample(modifier).map(|sample| Some(sample))
12761+
self.parse_table_sample(modifier).map(Some)
1276212762
}
1276312763

1276412764
fn parse_table_sample(

0 commit comments

Comments
 (0)