Allow TeleportFlag enum variant names Rel..., Rel..., as they are all relative

This commit is contained in:
ice_iix 2020-06-29 18:26:29 -07:00
parent e8c066cd26
commit 55856ccf1b
1 changed files with 1 additions and 0 deletions

View File

@ -1970,6 +1970,7 @@ impl Server {
}
}
#[allow(clippy::enum_variant_names)]
#[derive(Debug, Clone, Copy)]
enum TeleportFlag {
RelX = 0b00001,