mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Fix clippy lint warnings (#1004)
This commit is contained in:
@@ -22,6 +22,7 @@ trait FmtLua {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
struct DisplayLua<T>(T);
|
||||
|
||||
impl<T> fmt::Display for DisplayLua<T>
|
||||
|
||||
Reference in New Issue
Block a user