Resolve all '#[allow(clippy::useless_format)]' error supressions

This commit is contained in:
Dr. Dystopia
2021-07-15 13:46:53 +02:00
parent c03ad39440
commit 2ff74f5cc9
3 changed files with 1 additions and 6 deletions

View File

@ -1635,7 +1635,6 @@ fn handle_kit(
#[allow(clippy::float_cmp)] // TODO: Pending review in #587
#[allow(clippy::needless_return)] // TODO: Pending review in #587
#[allow(clippy::useless_format)] // TODO: Pending review in #587
fn handle_object(
server: &mut Server,
client: EcsEntity,
@ -1695,7 +1694,6 @@ fn handle_object(
}
}
#[allow(clippy::useless_format)] // TODO: Pending review in #587
fn handle_light(
server: &mut Server,
client: EcsEntity,
@ -2144,7 +2142,6 @@ fn handle_adminify(
}
#[allow(clippy::useless_conversion)] // TODO: Pending review in #587
#[allow(clippy::useless_format)] // TODO: Pending review in #587
fn handle_tell(
server: &mut Server,
client: EcsEntity,