mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-10 10:45:48 +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::{
|
||||||
use std::fs::File;
|
fs::{create_dir_all, File},
|
||||||
use std::io::Result;
|
io::Result,
|
||||||
|
};
|
||||||
|
|
||||||
/// Create placeholders for wasm files so that `cargo check` etc work without explicitly building
|
/// Create placeholders for wasm files so that `cargo check` etc work without explicitly building
|
||||||
/// frontend.
|
/// frontend.
|
||||||
|
|
Loading…
Reference in a new issue