mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 19:33:03 +00:00
Move sources out of doubly nested src dir
This commit is contained in:
parent
51652a386b
commit
64dc37e646
9 changed files with 0 additions and 2 deletions
2
lib.rs
2
lib.rs
|
@ -13,7 +13,6 @@
|
|||
|
||||
extern crate libc;
|
||||
pub mod src {
|
||||
pub mod src {
|
||||
pub mod api;
|
||||
pub mod dumper;
|
||||
pub mod emitter;
|
||||
|
@ -23,4 +22,3 @@ pub mod reader;
|
|||
pub mod scanner;
|
||||
pub mod writer;
|
||||
} // mod src
|
||||
} // mod src
|
||||
|
|
Loading…
Reference in a new issue