mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 13:54:55 +00:00
Setup spell checker
This commit is contained in:
parent
41e9e7280a
commit
75f6ce1ae5
5 changed files with 318 additions and 2 deletions
|
@ -32,6 +32,7 @@ pub mod fold {
|
|||
#[cfg(feature = "visitor")]
|
||||
mod visitor {
|
||||
use super::generic::*;
|
||||
|
||||
include!("gen/visitor.rs");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue