From b0cb0735d11b288ffce0ae3819f7314db3fb10b4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 19 Jul 2026 01:12:24 +0800 Subject: feat: deprecate basic and structural renderer setups when picker is enabled --- mling/src/cli.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mling/src/cli.rs') 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, -- cgit