Skip to content

Commit

Permalink
just fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 1, 2024
1 parent d00758b commit 459c9ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ clear-target:
clippy *clippy-args:
cargo clippy


# Build all code in suitable configurations
check:
cargo check --all
Expand Down
4 changes: 1 addition & 3 deletions src/changelog/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ use gix::bstr::ByteSlice;
use pulldown_cmark::{CowStr, Event, HeadingLevel, OffsetIter, Tag};
use winnow::{
ascii,
combinator::alt,
combinator::opt,
combinator::{delimited, preceded, separated_pair, terminated},
combinator::{alt, delimited, opt, preceded, separated_pair, terminated},
error::{FromExternalError, ParserError},
prelude::*,
token::{literal, take_till, take_while},
Expand Down

0 comments on commit 459c9ce

Please sign in to comment.