Skip to content

Commit

Permalink
fix new clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmott committed Aug 24, 2023
1 parent dd4b811 commit 2c16648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ fn override_static_no_pkg_config() {
.unwrap();
let testlib = libraries.get_by_name("teststaticlib").unwrap();
assert_eq!(testlib.link_paths, Vec::<PathBuf>::new());
assert_eq!(testlib.statik, true);
assert!(testlib.statik);
assert_eq!(testlib.framework_paths, Vec::<PathBuf>::new());
assert_eq!(
testlib.libs,
Expand Down

0 comments on commit 2c16648

Please sign in to comment.