From 309899168a086de88acf97fd6683387a7af7078c Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 22 Oct 2021 19:08:59 +0200 Subject: write tons of documentation and reorganize some modules --- src/hooks/sed/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hooks/sed/parser.rs') diff --git a/src/hooks/sed/parser.rs b/src/hooks/sed/parser.rs index eb7ef3e..815803c 100644 --- a/src/hooks/sed/parser.rs +++ b/src/hooks/sed/parser.rs @@ -3,7 +3,7 @@ use std::{borrow::Cow, str::Chars}; use bitflags::bitflags; use regex::Regex; -use crate::util::formatting::Formatting; +use crate::util::Formatting; type Commands = Vec; -- cgit v1.2.3