From 1a4fb18ad5253e6fd180956e6fbb3904be2c62ae Mon Sep 17 00:00:00 2001 From: Alex Kesling Date: Thu, 5 Mar 2026 23:53:55 -0500 Subject: [PATCH] fix: wrap bare URL in rustdoc angle brackets --- crates/toolpath-cli/src/cmd_derive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/toolpath-cli/src/cmd_derive.rs b/crates/toolpath-cli/src/cmd_derive.rs index 281a0c0..2227859 100644 --- a/crates/toolpath-cli/src/cmd_derive.rs +++ b/crates/toolpath-cli/src/cmd_derive.rs @@ -30,7 +30,7 @@ pub enum DeriveSource { }, /// Derive from a GitHub pull request Github { - /// PR URL (e.g. https://github.com/owner/repo/pull/42) + /// PR URL (e.g. ) #[arg(index = 1)] url: Option,