Skip to content

Commit

Permalink
Remove unnecessary extern
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 committed Sep 8, 2024
1 parent 92158d9 commit 5b4313a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dotenvy-macros/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
#![deny(clippy::uninlined_format_args, clippy::wildcard_imports)]

extern crate proc_macro;
extern crate quote;
extern crate syn;

use proc_macro::TokenStream;
use quote::{format_ident, quote};
use syn::{parse_macro_input, AttributeArgs, ItemFn, Lit, Meta, NestedMeta};
Expand Down

0 comments on commit 5b4313a

Please sign in to comment.