From ff1e3262641529468841c531795df0fed8b08350 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 20 Aug 2026 08:51:43 +0800 Subject: feat!: extract arg-picker into standalone repository --- dev/configs/rust-analyzer.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev/configs/rust-analyzer.json') diff --git a/dev/configs/rust-analyzer.json b/dev/configs/rust-analyzer.json index ab97bf7..ebc1ffe 100644 --- a/dev/configs/rust-analyzer.json +++ b/dev/configs/rust-analyzer.json @@ -6,8 +6,6 @@ ".run/Cargo.toml", "dev/ci/Cargo.toml", "mingling_pathf/test/Cargo.toml", - "arg_picker/Cargo.toml", - "arg_picker/test/Cargo.toml", "mingling_cli/Cargo.toml" ], "rust-analyzer.cargo.features": [], -- cgit