Skip to content

Commit

Permalink
chore(clippy): make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jul 21, 2024
1 parent 855f714 commit 018a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cargo-gbuild/src/artifact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ fn collect_crates(cwd: &Path, patterns: &[String], opt: OptType) -> Result<Vec<A
cdylib = lib.crate_type.contains(&"cdylib".to_string());
}

// Sepcifying `--crate-type` in rustc flags doesn't work
// Specifying `--crate-type` in rustc flags doesn't work
// for our case since crates like gstd, gmeta don't have
// `cdylib` specified and it would slow down compilation
// time if adding `cdylib` in their [lib].
Expand Down

0 comments on commit 018a7b4

Please sign in to comment.