Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Jul 17, 2023
1 parent 7866393 commit f3a7101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-lib/src/types/accept/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl AcceptRange {
#[cfg(test)]
mod test {
use super::*;
use rstest::*;
use rstest::rstest;

#[rstest]
#[case("0..=10", vec![0, 1, 4, 5, 10], vec![11, 12])]
Expand Down

0 comments on commit f3a7101

Please sign in to comment.