mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 22:56:02 +00:00
Allow IMFS testing features to be unused
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// This file is non-critical and used for testing, so it's okay if it's unused.
|
||||
#![allow(unused)]
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user