mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 13:45:16 +00:00
Fix clippy warnings
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Default doesn't make sense for a type whose constructor is random.
|
||||
#![allow(clippy::new_without_default)]
|
||||
|
||||
use std::fmt;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
Reference in New Issue
Block a user