diff --git a/cli/src/cli_util.rs b/cli/src/cli_util.rs index d06261e9f..103ea1732 100644 --- a/cli/src/cli_util.rs +++ b/cli/src/cli_util.rs @@ -2075,6 +2075,7 @@ impl fmt::Display for RemoteBranchNamePattern { /// Jujutsu (An experimental VCS) /// /// To get started, see the tutorial at https://github.com/martinvonz/jj/blob/main/docs/tutorial.md. +#[allow(rustdoc::bare_urls)] #[derive(clap::Parser, Clone, Debug)] #[command(name = "jj")] pub struct Args { diff --git a/lib/src/fsmonitor.rs b/lib/src/fsmonitor.rs index df2b04d85..438534599 100644 --- a/lib/src/fsmonitor.rs +++ b/lib/src/fsmonitor.rs @@ -63,7 +63,7 @@ impl FromStr for FsmonitorKind { } /// Filesystem monitor integration using Watchman -/// (https://facebook.github.io/watchman/). Requires `watchman` to already be +/// (). Requires `watchman` to already be /// installed on the system. #[cfg(feature = "watchman")] pub mod watchman {