chore(gen): regen all apis/clis for v1.0.4

This commit is contained in:
Sebastian Thiel
2017-02-04 13:41:05 +01:00
parent 6cad082b76
commit d18714e9b2
1050 changed files with 1159148 additions and 1161038 deletions

View File

@@ -1,25 +0,0 @@
#[cfg(feature = "with-serde-codegen")]
mod inner {
extern crate serde_codegen;
use std::env;
use std::path::Path;
pub fn main() {
let out_dir = env::var_os("OUT_DIR").unwrap();
let src = Path::new("src/lib.rs.in");
let dst = Path::new(&out_dir).join("lib.rs");
serde_codegen::expand(&src, &dst).unwrap();
}
}
#[cfg(not(feature = "with-serde-codegen"))]
mod inner {
pub fn main() {}
}
pub fn main() {
inner::main()
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff