File: build.rs

package info (click to toggle)
rust-wayland-client 0.31.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: xml: 2,710; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
fn main() {
    println!("cargo:rustc-check-cfg=cfg(coverage)");
}