mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 18:28:25 +02:00
Try to re-apply #1039
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use nu_errors::{CoerceInto, ShellError};
|
||||
use crate::type_name::SpannedTypeName;
|
||||
use crate::value::dict::Dictionary;
|
||||
use crate::value::primitive::Primitive;
|
||||
use crate::value::{UntaggedValue, Value};
|
||||
use nu_errors::{CoerceInto, ShellError};
|
||||
use nu_source::TaggedItem;
|
||||
|
||||
impl std::convert::TryFrom<&Value> for i64 {
|
||||
|
Reference in New Issue
Block a user