Introduce render module

This commit is contained in:
Igor Aleksanov 2020-11-01 12:35:04 +03:00
parent 245e1b533b
commit fc8a1cd800
7 changed files with 457 additions and 246 deletions

View file

@ -7,6 +7,7 @@ mod patterns;
mod generated_lint_completions;
#[cfg(test)]
mod test_utils;
mod render;
mod completions;