Skip to content

Commit ccacefb

Browse files
chore[ffi]: remove header gen warning not nightly (#5529)
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 6b514f2 commit ccacefb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vortex-ffi/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ fn main() {
2020
.map(|output| String::from_utf8_lossy(&output.stdout).contains("nightly"))
2121
.unwrap_or(false);
2222
if !is_nightly {
23-
println!("cargo:warning=Skipping header generation on stable toolchain");
2423
return;
2524
}
2625

0 commit comments

Comments
 (0)