Skip to content

Commit

Permalink
add: fixing clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amribm committed Oct 23, 2024
1 parent 602ff3f commit 6a914ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ pub struct RootOpts {
/// - `inotify` for Linux-based systems.
/// - `kqueue` for unix/macos
/// - `ReadDirectoryChangesWatcher` for windows
///
/// The `poll` watcher can be used in cases where `inotify` doesn't work, e.g., when attaching the configuration via NFS.
#[arg(
long,
Expand Down

0 comments on commit 6a914ca

Please sign in to comment.