move more macros to hir

This commit is contained in:
Aleksey Kladov
2019-01-01 18:11:04 +03:00
parent 57030f587b
commit b2fec18098
8 changed files with 127 additions and 85 deletions

View File

@@ -19,7 +19,6 @@ mod runnables;
mod extend_selection;
mod syntax_highlighting;
mod macros;
use std::{fmt, sync::Arc};