once_cell -> std

This commit is contained in:
seth 2024-03-30 03:04:32 -04:00
parent a41a84fd2d
commit 90387c5a3b
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
28 changed files with 157 additions and 153 deletions

View file

@ -33,7 +33,7 @@ use storage::Storage;
type Context<'a> = poise::Context<'a, Data, Report>;
#[derive(Clone)]
#[derive(Clone, Debug, Default)]
pub struct Data {
config: Config,
storage: Option<Storage>,