index
:
git.git
main
maint
master
next
seen
todo
The core git plumbing
Junio C. Hamano
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
libgit-rs
/
build.rs
blob: f8bd01a690b1eb7ad6ed8499206da7f94842ae6b (
plain
)
1
2
3
4
pub
fn
main
()
{
let
ac
=
autocfg
::
new
();
ac
.
emit_has_path
(
"std::ffi::c_char"
);
}