Fix some warnings
This commit is contained in:
parent
18573e5a37
commit
9ac646174c
4 changed files with 8 additions and 13 deletions
|
|
@ -157,6 +157,7 @@ impl Joined {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum Status {
|
||||
Joining(Joining),
|
||||
Joined(Joined),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue