Fix warning in JSON model snapshot test

This commit is contained in:
Lucien Greathouse
2019-10-04 17:52:05 -07:00
parent 530a7aa834
commit 956d7e0918

View File

@@ -136,8 +136,6 @@ mod test {
use super::*;
use insta::assert_yaml_snapshot;
use maplit::hashmap;
use rbx_dom_weak::RbxValue;
use crate::imfs::{ImfsDebug, ImfsSnapshot, NoopFetcher};