Move sources out of doubly nested src dir

This commit is contained in:
David Tolnay 2022-07-03 08:06:53 -07:00
parent 51652a386b
commit 64dc37e646
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
9 changed files with 0 additions and 2 deletions

2
lib.rs
View file

@ -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