Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Jul 26, 2024
1 parent 19b8c53 commit a6e1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/src/module.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use quote::{quote, ToTokens};
use syn::{parse::Parse, parse::ParseStream};

use std::mem;
use std::borrow::Cow;
use std::mem;

use crate::attrs::{AttrItem, ExportInfo, ExportScope, ExportedParams};
use crate::function::ExportedFn;
Expand Down

0 comments on commit a6e1ba1

Please sign in to comment.