mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
fix lints
This commit is contained in:
parent
d48a7618f4
commit
998012ebe3
1 changed files with 5 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue