mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Fix memofs clippy lints (#682)
The third in a series of PRs that aim to get CI passing
This commit is contained in:
@@ -50,6 +50,12 @@ impl InMemoryFs {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for InMemoryFs {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
struct InMemoryFsInner {
|
||||
entries: HashMap<PathBuf, Entry>,
|
||||
|
||||
Reference in New Issue
Block a user