mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 13:26:01 +02:00
fix empty table and missing spans (#1614)
This commit is contained in:
@ -74,7 +74,6 @@ pub enum ClassifiedCommand {
|
||||
#[allow(unused)]
|
||||
Dynamic(crate::hir::Call),
|
||||
Internal(InternalCommand),
|
||||
External(crate::hir::ExternalCommand),
|
||||
Error(ParseError),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user