Skip to content

Commit 81163a6

Browse files
committed
Clippy
1 parent 40f7791 commit 81163a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-core/src/diff/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ fn is_symbol_compiler_generated_literal(symbol: &Symbol) -> bool {
669669
// Exclude @stringBase0, @GUARD@, etc.
670670
return false;
671671
}
672-
return true;
672+
true
673673
}
674674

675675
fn find_symbol(

0 commit comments

Comments
 (0)