From d4046c849149b49710a8c448eacda08def4be524 Mon Sep 17 00:00:00 2001 From: Ramkarthik Date: Sat, 18 Jan 2025 19:06:57 +0530 Subject: [PATCH] Remove weird characters (not sure how it was added) --- compiler-cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-cli/src/main.rs b/compiler-cli/src/main.rs index 317bf1b843e..f0219ff541d 100644 --- a/compiler-cli/src/main.rs +++ b/compiler-cli/src/main.rs @@ -111,7 +111,7 @@ struct TreeOptions { help = "Package to be used as the root of the tree" )] package: Option, - /// Name of the package to get the inverted dependency tree for-878904231 + /// Name of the package to get the inverted dependency tree for #[arg( short, long,