diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-19 01:12:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-19 01:12:24 +0800 |
| commit | b0cb0735d11b288ffce0ae3819f7314db3fb10b4 (patch) | |
| tree | 73c64489e92726810e4f175483dd1dc7aa6ab9fd /mling/src/cli.rs | |
| parent | 501eb14dfca05813fa7a16f13f2efd9ba2b8c923 (diff) | |
feat: deprecate basic and structural renderer setups when picker is
enabled
Diffstat (limited to 'mling/src/cli.rs')
| -rw-r--r-- | mling/src/cli.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mling/src/cli.rs b/mling/src/cli.rs index 67d2ef0..45a49d0 100644 --- a/mling/src/cli.rs +++ b/mling/src/cli.rs @@ -1,3 +1,6 @@ +// `mling` has not been replaced from `parser` to `picker` yet +#![allow(deprecated)] + use crate::{ CMDCompletion, ErrorDispatcherNotFound, Next, ThisProgram, display::markdown, |
