fix lints

This commit is contained in:
Richard Feldman 2025-08-09 15:21:58 -04:00
parent d48a7618f4
commit 998012ebe3
No known key found for this signature in database

View file

@ -1 +1,6 @@
//! Filesystem abstraction for the Roc compiler.
//!
//! This module provides a filesystem interface that allows for easy testing
//! and mocking of file operations throughout the compiler.
pub const Filesystem = @import("Filesystem.zig");