once_cell -> std
This commit is contained in:
parent
a41a84fd2d
commit
90387c5a3b
28 changed files with 157 additions and 153 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue