str from std not needed.

This commit is contained in:
Andrés N. Robalino 2019-07-30 11:27:36 -05:00
parent a0890b551a
commit 8ac36e0e83

View File

@ -1,5 +1,4 @@
use indexmap::IndexMap;
use std::str;
use nu::{
serve_plugin, CallInfo, CommandConfig, NamedType, Plugin, PositionalType, Primitive,
ReturnSuccess, ReturnValue, ShellError, Tagged, Value,