Fix some warnings

This commit is contained in:
Joscha 2022-08-02 01:38:32 +02:00
parent 18573e5a37
commit 9ac646174c
4 changed files with 8 additions and 13 deletions

View file

@ -157,6 +157,7 @@ impl Joined {
}
#[derive(Debug, Clone)]
#[allow(clippy::large_enum_variant)]
pub enum Status {
Joining(Joining),
Joined(Joined),