mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Fix clippy warnings
This commit is contained in:
@@ -4,6 +4,9 @@ mod fetcher;
|
||||
mod noop_fetcher;
|
||||
mod real_fetcher;
|
||||
mod snapshot;
|
||||
|
||||
// I don't think module inception is a real problem?
|
||||
#[allow(clippy::module_inception)]
|
||||
mod vfs;
|
||||
|
||||
pub use error::*;
|
||||
|
||||
Reference in New Issue
Block a user