mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 17:45:02 +01:00
remove unused import
This commit is contained in:
parent
f4312139dd
commit
a039fddf85
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use nom::{
|
||||
branch::alt,
|
||||
bytes::complete::{tag, take},
|
||||
bytes::complete::tag,
|
||||
character::complete::digit1,
|
||||
combinator::{all_consuming, map},
|
||||
multi::separated_list0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue