mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
linting
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user