Skip to content

Commit

Permalink
token mode clone support
Browse files Browse the repository at this point in the history
  • Loading branch information
blueshen committed Jul 4, 2023
1 parent b570b62 commit ac5378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ik_segmenter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::core::segmentor::Segmenter;
use crate::dict::dictionary::GLOBAL_DICT;
use std::collections::{HashMap, LinkedList};

#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum TokenMode {
INDEX,
SEARCH,
Expand Down

0 comments on commit ac5378a

Please sign in to comment.