From 1fedc0261e47efc4510887c868ebaf0f6c37e28b Mon Sep 17 00:00:00 2001 From: Aria Date: Wed, 17 Jan 2024 13:01:01 +0000 Subject: fix: remove dead code --- src/crates/cli/src/main.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/crates/cli/src/main.rs b/src/crates/cli/src/main.rs index 1633105..f0577aa 100644 --- a/src/crates/cli/src/main.rs +++ b/src/crates/cli/src/main.rs @@ -57,16 +57,6 @@ struct State { projects: Vec, } -// #[derive(FromArgs)] -// /// Show the candidate types selected by primrose -// #[argh(subcommand, name = "candidates")] -// pub struct CandidatesSubcommand {} - -// #[derive(FromArgs)] -// /// Show the profiling information generated from benchmarks -// #[argh(subcommand, name = "profile")] -// pub struct ProfileSubcommand {} - fn get_projects(args: &Args) -> Result> { let mut cmd = cargo_metadata::MetadataCommand::new(); if let Some(p) = &args.manifest_path { -- cgit v1.2.3