mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 21:14:40 +01:00
linting
This commit is contained in:
parent
017b1d8996
commit
2ce034d0f0
@ -5,7 +5,7 @@ use nu_protocol::{
|
||||
PipelineData,
|
||||
};
|
||||
|
||||
use super::{From, Into, Split, Math};
|
||||
use super::{From, Into, Math, Split};
|
||||
|
||||
pub fn test_examples(cmd: impl Command + 'static) {
|
||||
let examples = cmd.examples();
|
||||
|
Loading…
Reference in New Issue
Block a user