We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d239c50 commit 399f14cCopy full SHA for 399f14c
imagequant-sys/build.rs
@@ -1,6 +1,6 @@
1
fn main() {
2
if cfg!(all(feature = "std", feature = "no_std")) {
3
- println!("cargo::warning=both std and no_std features are enabled in imagequant-sys");
+ println!("cargo:warning=both std and no_std features are enabled in imagequant-sys");
4
}
5
println!("cargo:include={}", std::env::var("CARGO_MANIFEST_DIR").unwrap());
6
0 commit comments