fill match arm

This commit is contained in:
gfreezy 2019-02-04 00:27:36 +08:00
parent 581c97a5c3
commit bfaefed3f6
7 changed files with 300 additions and 9 deletions

View file

@ -26,6 +26,7 @@ mod syntax_highlighting;
mod parent_module;
mod rename;
mod impls;
mod assits;
#[cfg(test)]
mod marks;