refactor(build): cargo formatter for build.rs
This commit is contained in:
parent
af27a45949
commit
3a347721b4
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
|
@ -86,7 +86,7 @@ fn nested(name: &str, origin: &str) -> io::Result<()> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
fn flat(name:&str, dir: &str) -> io::Result<()> {
|
||||
fn flat(name: &str, dir: &str) -> io::Result<()> {
|
||||
let root: &Path = Path::new(dir);
|
||||
let sources: Vec<String> = read_dir(root);
|
||||
let mut modules: String = String::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue