We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5f973 commit a4279afCopy full SHA for a4279af
src/generator.rs
@@ -1,8 +1,8 @@
1
-use std::{fs, io::BufWriter};
+use std::io::BufWriter;
2
3
use anyhow::{bail, Context as _};
4
use camino::Utf8Path;
5
-use fs_err::File;
+use fs_err::{self as fs, File};
6
use heck::{ToLowerCamelCase, ToSnakeCase as _, ToUpperCamelCase as _};
7
use minijinja::{context, Template};
8
use serde::Deserialize;
0 commit comments