Trevor Gross c7eadedd5f Deny warnings in CI
The main crate already has `#![deny(warnings)]`. Set RUSTFLAGS in CI to
enforce this for other crates in the workspace.
2024-05-06 04:51:41 -05:00

4 lines
75 B
Rust

fn main() {
println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");
}