mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Fix clippy warnings
This commit is contained in:
@@ -36,6 +36,8 @@ impl SnapshotMiddleware for SnapshotLua {
|
||||
if entry.is_file() {
|
||||
snapshot_lua_file(vfs, entry)
|
||||
} else {
|
||||
// At this point, our entry is definitely a directory!
|
||||
|
||||
if let Some(snapshot) = snapshot_init(context, vfs, entry, "init.lua")? {
|
||||
// An `init.lua` file turns its parent into a ModuleScript
|
||||
Ok(Some(snapshot))
|
||||
|
||||
Reference in New Issue
Block a user