mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 19:33:03 +00:00
Move generated lib.rs into src dir
This commit is contained in:
parent
8b2643c35e
commit
928f57a55b
2 changed files with 0 additions and 3 deletions
|
@ -11,7 +11,6 @@ autobins = false
|
|||
|
||||
[lib]
|
||||
name = "c2rust_out"
|
||||
path = "lib.rs"
|
||||
crate-type = ["staticlib", "rlib"]
|
||||
[dependencies]
|
||||
libc= "0.2"
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue