mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-09 23:11:23 +00:00
fmt
This commit is contained in:
parent
f7c5d0d28c
commit
d3a6931a1b
1 changed files with 4 additions and 3 deletions
7
build.rs
7
build.rs
|
@ -1,6 +1,7 @@
|
|||
use std::fs::create_dir_all;
|
||||
use std::fs::File;
|
||||
use std::io::Result;
|
||||
use std::{
|
||||
fs::{create_dir_all, File},
|
||||
io::Result,
|
||||
};
|
||||
|
||||
/// Create placeholders for wasm files so that `cargo check` etc work without explicitly building
|
||||
/// frontend.
|
||||
|
|
Loading…
Reference in a new issue