mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 12:02:28 +00:00
fmt and clippy fixes
This commit is contained in:
parent
cc10df6db9
commit
e74501981e
6 changed files with 6 additions and 19 deletions
|
@ -13,6 +13,7 @@ pub mod constraint;
|
|||
pub mod copy;
|
||||
pub mod def;
|
||||
mod derive;
|
||||
pub mod desugar;
|
||||
pub mod effect_module;
|
||||
pub mod env;
|
||||
pub mod exhaustive;
|
||||
|
@ -20,7 +21,6 @@ pub mod expected;
|
|||
pub mod expr;
|
||||
pub mod module;
|
||||
pub mod num;
|
||||
pub mod desugar;
|
||||
pub mod pattern;
|
||||
pub mod procedure;
|
||||
pub mod scope;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue