Skip to content

Commit 2d6a2d7

Browse files
fbenksteinjpgrayson
authored andcommitted
chore: fix warning
1 parent 112a2e2 commit 2d6a2d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/patch/offset.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ impl FromStr for PatchOffsets {
3838
type Err = Error;
3939

4040
fn from_str(s: &str) -> Result<Self, Self::Err> {
41-
use winnow::Parser;
4241
super::parse::patch_offsets
4342
.parse(s)
4443
.map_err(|_| Error::InvalidPatchOffsets(s.to_string()))

0 commit comments

Comments
 (0)