rs.in -> rs

This commit is contained in:
NikVolf 2016-07-05 17:12:06 +03:00
parent fb0076d262
commit 747818a349
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fn main() {
// client interface
{
let src = Path::new("src/client/client.rs.in");
let src = Path::new("src/client/client_ipc.rs");
let intermediate = Path::new(&out_dir).join("client.intermediate.rs.in");
let mut registry = syntex::Registry::new();
codegen::register(&mut registry);