Mercurial > hg
view rust/chg/build.rs @ 48249:e9faae0f445c
rhg: simplify split_metadata
It turns out that it's possible to implement `FilelogEntry.into_data`
on top of `split`, as proposed by @spectral.
Differential Revision: https://phab.mercurial-scm.org/D11689
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Tue, 19 Oct 2021 10:52:13 +0100 |
parents | 1f5ab1a9363d |
children |
line wrap: on
line source
fn main() { cc::Build::new() .warnings(true) .file("src/sendfds.c") .file("src/sighandlers.c") .compile("procutil"); }