initial version of annotation formatting

This commit is contained in:
Folkert 2020-07-09 17:41:21 +02:00
parent 1fc17626d4
commit 672b67d527
5 changed files with 200 additions and 30 deletions

View file

@ -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;