Apply cargo hint

This commit is contained in:
Julian Mutter 2024-02-01 18:31:30 +01:00
parent c6c07e788b
commit f7b9036063

View File

@ -214,7 +214,7 @@ impl SyncCacheCommandChannel {
}
impl SyncCacheCommandSender {
pub fn is_channel_open(&self) -> bool {
pub fn _is_channel_open(&self) -> bool {
Rc::strong_count(&self.channel) > 1
}