Explorar o código

aya-gen: fix lint 👀

Alessandro Decina %!s(int64=2) %!d(string=hai) anos
pai
achega
cffff273a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aya-gen/src/lib.rs

+ 1 - 1
aya-gen/src/lib.rs

@@ -8,7 +8,7 @@ pub mod bindgen;
 pub mod generate;
 pub mod rustfmt;
 
-pub use generate::{InputFile, generate};
+pub use generate::{generate, InputFile};
 
 pub fn write_to_file<T: AsRef<Path>>(path: T, code: &str) -> Result<(), io::Error> {
     let mut file = File::create(path)?;