##// END OF EJS Templates
hg-core: make use of `strip_suffix` now that we're using Rust 1.45+
hg-core: make use of `strip_suffix` now that we're using Rust 1.45+

File last commit:

r45179:1f5ab1a9 default
r50529:4d729a98 default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}