Setup spell checker

This commit is contained in:
Jeong YunWon 2023-05-10 17:40:37 +09:00
parent 41e9e7280a
commit 75f6ce1ae5
5 changed files with 318 additions and 2 deletions

View file

@ -32,6 +32,7 @@ pub mod fold {
#[cfg(feature = "visitor")]
mod visitor {
use super::generic::*;
include!("gen/visitor.rs");
}