We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a2e2 commit 2d6a2d7Copy full SHA for 2d6a2d7
src/patch/offset.rs
@@ -38,7 +38,6 @@ impl FromStr for PatchOffsets {
38
type Err = Error;
39
40
fn from_str(s: &str) -> Result<Self, Self::Err> {
41
- use winnow::Parser;
42
super::parse::patch_offsets
43
.parse(s)
44
.map_err(|_| Error::InvalidPatchOffsets(s.to_string()))
0 commit comments