index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
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"); }