Skip to content

Commit

Permalink
Derive Clone for CacheAndHttp (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Oct 12, 2020
1 parent b9252a5 commit 2b66828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -103,7 +103,7 @@ use crate::http::Http;


#[cfg(feature = "client")]
#[derive(Default)]
#[derive(Clone, Default)]
#[non_exhaustive]
pub struct CacheAndHttp {
#[cfg(feature = "cache")]
Expand Down

0 comments on commit 2b66828

Please sign in to comment.