mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
initial version of annotation formatting
This commit is contained in:
parent
1fc17626d4
commit
672b67d527
5 changed files with 200 additions and 30 deletions
|
@ -10,6 +10,7 @@
|
|||
// and encouraging shortcuts here creates bad incentives. I would rather temporarily
|
||||
// re-enable this when working on performance optimizations than have it block PRs.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod annotation;
|
||||
pub mod def;
|
||||
pub mod expr;
|
||||
pub mod module;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue