mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 23:49:44 +01:00
remove warning: unused import pipeline (#9675)
Fix a compiler warning caused by this file... ```rust crates/nu-command/tests/commands/let_.rs ```
This commit is contained in:
parent
3c583c9a20
commit
99329f14a3
@ -1,4 +1,4 @@
|
|||||||
use nu_test_support::{nu, pipeline};
|
use nu_test_support::nu;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn let_name_builtin_var() {
|
fn let_name_builtin_var() {
|
||||||
|
Loading…
Reference in New Issue
Block a user