Skip to content

Commit

Permalink
fix: enable lazy_cell feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Nov 18, 2024
1 parent a9a8357 commit 021d239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(lazy_cell)]

pub use poise::serenity_prelude as serenity;
pub use secrets::CangrebotSecrets;

Expand Down

0 comments on commit 021d239

Please sign in to comment.