mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
enable dead_code lint
This commit is contained in:
parent
518d0c9cf3
commit
d7e945f4c5
17 changed files with 15 additions and 137 deletions
|
|
@ -83,7 +83,10 @@ pub(crate) struct Service {
|
|||
/// the database.
|
||||
pub(crate) struct RotationHandler(
|
||||
broadcast::Sender<()>,
|
||||
broadcast::Receiver<()>,
|
||||
// TODO: Determine if it's safe to delete this field. I'm not deleting it
|
||||
// right now because I'm unsure what implications that would have for how
|
||||
// the sender expects to work.
|
||||
#[allow(dead_code)] broadcast::Receiver<()>,
|
||||
);
|
||||
|
||||
impl RotationHandler {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue