1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-10 06:25:48 +00:00
This commit is contained in:
Felix Ableitner 2024-03-06 16:52:11 +01:00
parent f7c5d0d28c
commit d3a6931a1b

View file

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