Skip to content

Commit

Permalink
fix: remove unused bstr::ByteSlice imports (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored Feb 21, 2024
1 parent 991ebae commit 168746b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/pica-record/src/occurrence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ impl quickcheck::Arbitrary for Occurrence {

#[cfg(test)]
mod tests {
use bstr::ByteSlice;

use super::*;

#[quickcheck_macros::quickcheck]
Expand Down
2 changes: 0 additions & 2 deletions crates/pica-record/src/subfield.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ impl quickcheck::Arbitrary for Subfield {

#[cfg(test)]
mod tests {
use bstr::ByteSlice;

use super::*;

#[test]
Expand Down

0 comments on commit 168746b

Please sign in to comment.