Skip to content

Commit

Permalink
fix clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 26, 2024
1 parent 8beea52 commit 7219656
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/markdown/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,7 @@ fn get_position(content: &str, line_offsets: &[usize], start: usize, end: usize)
start: start_col,
end: end_col,
},
offset: PositionRange {
start: start,
end: end,
},
offset: PositionRange { start, end },
}
}

Expand Down

0 comments on commit 7219656

Please sign in to comment.