From 99329f14a3db6945771725d65b1b553563ce6b28 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:12:20 -0700 Subject: [PATCH] remove warning: unused import pipeline (#9675) Fix a compiler warning caused by this file... ```rust crates/nu-command/tests/commands/let_.rs ``` --- crates/nu-command/tests/commands/let_.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/tests/commands/let_.rs b/crates/nu-command/tests/commands/let_.rs index d0967f93d..408dc5f6f 100644 --- a/crates/nu-command/tests/commands/let_.rs +++ b/crates/nu-command/tests/commands/let_.rs @@ -1,4 +1,4 @@ -use nu_test_support::{nu, pipeline}; +use nu_test_support::nu; #[test] fn let_name_builtin_var() {