forked from Rust-related/RustPython
Upgrade dependencies
This commit is contained in:
@@ -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<'_> {}
|
||||
|
||||
Reference in New Issue
Block a user