Skip to content

Commit

Permalink
[options.rs] Suppress clippy::doc_lazy_continuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 3, 2025
1 parent 6ff6150 commit 834fb3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use std::{env::var, fmt::Display, path::PathBuf, process::Command};
#[command(author, version, about, long_about = None)]
#[clap(name = "folderify")]
struct FolderifyArgs {
#[allow(clippy::doc_lazy_continuation)] // We want concise text.
/// Mask image file. For best results:
/// - Use a .png mask.
/// - Use a solid black design over a transparent background.
Expand Down

0 comments on commit 834fb3a

Please sign in to comment.