mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
MAINT: Cargo fmt
This commit is contained in:
parent
890387b4cc
commit
ea2297a5eb
@ -41,5 +41,9 @@ fn generate_rust_module() -> String {
|
||||
fn main() {
|
||||
let contents = generate_rust_module();
|
||||
let out_dir = std::env::var("OUT_DIR").unwrap();
|
||||
std::fs::write(format!("{}/stdlib_generated.rs", out_dir), contents.as_bytes()).unwrap();
|
||||
std::fs::write(
|
||||
format!("{}/stdlib_generated.rs", out_dir),
|
||||
contents.as_bytes(),
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user