Skip to content

Commit

Permalink
chore(derive): derive Clone and Debug for OwnedGeneralSAM (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle authored Nov 28, 2023
1 parent ecac16d commit 4b5e683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/tokenize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub struct GreedyTokenizer<
suffix_data: Vec<SuffixInTrieData<TokenIDType>>,
}

#[derive(Clone, Debug)]
pub struct OwnedGeneralSAM<TransTable: TransitionTable> {
pub sam: GeneralSAM<TransTable>,
}
Expand Down

0 comments on commit 4b5e683

Please sign in to comment.