From ecebe1314a2a46789062beaa5d0a4398b0d47174 Mon Sep 17 00:00:00 2001 From: Sebastian Jung Date: Tue, 3 Dec 2019 20:56:39 +0100 Subject: [PATCH] update to new crates structure --- src/commands/range.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/range.rs b/src/commands/range.rs index 8a31c1c0e2..c110e21fac 100644 --- a/src/commands/range.rs +++ b/src/commands/range.rs @@ -1,7 +1,8 @@ use crate::commands::WholeStreamCommand; use crate::context::CommandRegistry; -use crate::errors::ShellError; use crate::prelude::*; +use nu_errors::ShellError; +use nu_protocol::{Signature, SyntaxShape}; use nu_source::Tagged; #[derive(Deserialize)]