From 2f10d19c98f51b65ec13dcf9af687195baed7e2f Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:14:20 -0800 Subject: [PATCH] remove spurious use from default_context.rs (#8073) For some reason this "Use" in default_context.rs was in the code, but it is not being "used" --- pun intended... --- crates/nu-command/src/default_context.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/nu-command/src/default_context.rs b/crates/nu-command/src/default_context.rs index e0ccc4a52..545d5552d 100644 --- a/crates/nu-command/src/default_context.rs +++ b/crates/nu-command/src/default_context.rs @@ -358,7 +358,6 @@ pub fn create_default_context() -> EngineState { ToToml, ToTsv, Touch, - Use, Upsert, Where, ToXml,