Skip to content

Commit

Permalink
Cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 10, 2024
1 parent a4d5457 commit b7306ef
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@

#![no_std]

extern crate proc_macro;
extern crate alloc;
extern crate proc_macro;

use alloc::{
string::String,
vec,
vec::Vec,
};
use alloc::string::String;
use alloc::vec;
use alloc::vec::Vec;

use proc_macro::TokenStream;
use proc_macro2::TokenStream as Tokens;
Expand Down

0 comments on commit b7306ef

Please sign in to comment.