Skip to content

Commit

Permalink
lint no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Oct 10, 2024
1 parent 9105a1d commit 5c0f572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pub fn find_items(lines: &[Statement]) -> BTreeMap<Item, Range<usize>> {
let mut names = BTreeMap::new();

for (ix, line) in lines.iter().enumerate() {
#[allow(clippy::if_same_then_else)]
if line.is_section_start() {
if item.is_none() {
sec_start = ix;
Expand Down

0 comments on commit 5c0f572

Please sign in to comment.