mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
linting
This commit is contained in:
parent
017b1d8996
commit
2ce034d0f0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use nu_protocol::{
|
||||||
PipelineData,
|
PipelineData,
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::{From, Into, Split, Math};
|
use super::{From, Into, Math, Split};
|
||||||
|
|
||||||
pub fn test_examples(cmd: impl Command + 'static) {
|
pub fn test_examples(cmd: impl Command + 'static) {
|
||||||
let examples = cmd.examples();
|
let examples = cmd.examples();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue