Move generated lib.rs into src dir

This commit is contained in:
David Tolnay 2022-07-03 08:08:42 -07:00
parent 8b2643c35e
commit 928f57a55b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 3 deletions

View file

@ -11,7 +11,6 @@ autobins = false
[lib]
name = "c2rust_out"
path = "lib.rs"
crate-type = ["staticlib", "rlib"]
[dependencies]
libc= "0.2"

View file

@ -8,7 +8,6 @@
#![feature(extern_types)]
#![feature(label_break_value)]
pub mod src {
pub mod api;
pub mod dumper;
pub mod emitter;
@ -17,4 +16,3 @@ pub mod parser;
pub mod reader;
pub mod scanner;
pub mod writer;
} // mod src