forked from rojo-rbx/rojo
Fix remaining clippy lints (#687)
The eighth (and final) in a series of PRs that aim to get CI passing
This commit is contained in:
@@ -145,11 +145,7 @@ fn property_filter(value: Option<&Variant>) -> bool {
|
||||
|
||||
// Lua can't do anything with SharedString values. They also can't be
|
||||
// serialized directly by Serde!
|
||||
if ty == Some(VariantType::SharedString) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
ty != Some(VariantType::SharedString)
|
||||
}
|
||||
|
||||
/// Response body from /api/rojo
|
||||
|
||||
Reference in New Issue
Block a user