mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 19:48:57 +00:00
mod-redis: derive Debug for RedisConnection
This commit is contained in:
committed by
Wez Furlong
parent
3f0a234662
commit
db43aa2ffd
@@ -45,7 +45,7 @@ impl Manager for ClientManager {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct RedisConnection(Arc<RedisConnKey>);
|
||||
|
||||
impl RedisConnection {
|
||||
|
||||
Reference in New Issue
Block a user