forked from extern/nushell
Improve describe to be more accurate (#5116)
This commit is contained in:
@ -18,7 +18,7 @@ impl Expression {
|
||||
Expression {
|
||||
expr: Expr::Garbage,
|
||||
span,
|
||||
ty: Type::Unknown,
|
||||
ty: Type::Any,
|
||||
custom_completion: None,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user