Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 15, 2024
1 parent f1ff803 commit 0076423
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cargo-about/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ pub struct Args {
/// In addition to cargo not fetching crates, this will mean that only
/// local files will be crawled for license information.
/// 1. clearlydefined.io will not be used, so some more ambiguous/complicated
/// license files might be ignored
/// 2. Crates that are improperly packaged and don't contain their LICENSE file(s)
/// will fallback to the default license file, missing eg. copyright information
/// in the license that would be retrieved from the original git repo for the
/// crate in question
/// license files might be ignored
/// 2. Crates that are improperly packaged and don't contain their LICENSE
/// file(s) will fallback to the default license file, missing eg.
/// copyright information in the license that would be retrieved from
/// the original git repo for the crate in question
#[arg(long)]
pub(crate) offline: bool,
/// Assert that `Cargo.lock` will remain unchanged
Expand Down

0 comments on commit 0076423

Please sign in to comment.