Tweak whitespace around use statements and other lint fixes

This commit is contained in:
Keavon Chambers
2022-01-15 12:55:51 -08:00
parent 314503a6e1
commit 56599db753
23 changed files with 61 additions and 21 deletions
+1
View File
@@ -114,6 +114,7 @@ impl fmt::Display for LayerDataTypeDiscriminant {
impl From<&LayerDataType> for LayerDataTypeDiscriminant {
fn from(data: &LayerDataType) -> Self {
use LayerDataType::*;
match data {
Folder(_) => LayerDataTypeDiscriminant::Folder,
Shape(_) => LayerDataTypeDiscriminant::Shape,