Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 27, 2024
1 parent 90eafe7 commit 251d105
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/svm-builds/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ use svm::Releases;
/// - "windows-amd64"
pub const SVM_TARGET_PLATFORM: &str = "SVM_TARGET_PLATFORM";

/// The path to the releases JSON file, that was pre-fetched manually. If this
/// variable is defined, svm-builds won't attempt to deduce anything about the
/// The path to the releases JSON file, that was pre-fetched manually.
///
/// If this variable is defined, svm-builds won't attempt to deduce anything about the
/// platfrom or perform network calls, and will instead treat the file as the
/// source of truth.
///
Expand Down

0 comments on commit 251d105

Please sign in to comment.