Skip to content

Commit

Permalink
make libcst_native::tokenizer public (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Jul 31, 2024
1 parent b0d145d commit fb9e475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/libcst/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use std::cmp::{max, min};

mod tokenizer;
pub mod tokenizer;

pub use tokenizer::whitespace_parser::Config;
use tokenizer::{whitespace_parser, TokConfig, Token, TokenIterator};
Expand Down

0 comments on commit fb9e475

Please sign in to comment.