Upgrade dependencies

This commit is contained in:
Noah
2021-03-23 12:39:48 -05:00
parent 9b0a86d037
commit 25ecd7c38b
14 changed files with 205 additions and 183 deletions

View File

@@ -163,8 +163,9 @@ cfg_if::cfg_if! {
.unwrap_or_else(|| (line.len(), vec!["\t".to_owned()])))
}
}
impl Hinter for ShellHelper<'_> {
type Hint = String;
type Hint = String;
}
impl Highlighter for ShellHelper<'_> {}
impl Validator for ShellHelper<'_> {}