Skip to content

Commit

Permalink
SHUT UP CLIPPY
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Sep 5, 2024
1 parent 1c2c95e commit 1798e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/query/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ use once_cell::sync::Lazy;
#[macro_use]
extern crate envcrypt;

#[allow(unused)]
pub(crate) const CURSEFORGE_KEY: Lazy<&str> = Lazy::new(|| envc!("CURSEFORGE_KEY"));

#[allow(unused)]
pub(crate) const MODRINTH_KEY: Lazy<Option<&str>> = Lazy::new(|| option_envc!("MODRINTH_KEY"));

#[allow(unused)]
Expand Down

0 comments on commit 1798e4f

Please sign in to comment.