Skip to content

Commit 1b5007e

Browse files
committed
Remove unused #[allow].
1 parent 9c8f184 commit 1b5007e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

macros/src/embed_python.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ impl EmbedPython {
2525
}
2626

2727
fn add_whitespace(&mut self, span: Span, line: usize, column: usize) -> Result<(), TokenStream> {
28-
#[allow(clippy::comparison_chain)]
2928
if line > self.line {
3029
while line > self.line {
3130
self.python.push('\n');

0 commit comments

Comments
 (0)