diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-24 18:20:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-24 18:20:34 +0800 |
| commit | 979e881762a728661e72efd99bc2b35b3db8c71b (patch) | |
| tree | e4866204297693f9472de64288a693590114cce8 /mling/src/cli/list.rs | |
| parent | 0d3639016ac89ca3c6d7a8d2c8aa3b7656069e4e (diff) | |
Require explicit import of `crate::Next` in chained functions
Diffstat (limited to 'mling/src/cli/list.rs')
| -rw-r--r-- | mling/src/cli/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mling/src/cli/list.rs b/mling/src/cli/list.rs index c3e4c05..ac9a65f 100644 --- a/mling/src/cli/list.rs +++ b/mling/src/cli/list.rs @@ -6,7 +6,7 @@ use mingling::{ }; use serde::Serialize; -use crate::namespace_manager::list_namespaces; +use crate::{Next, namespace_manager::list_namespaces}; dispatcher!("ls-namespace", ListInstalledCommand => ListInstalledEntry); |
