Skip to content

Commit

Permalink
Mark from_multiple_nfas as public
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Dec 13, 2024
1 parent 3ec2329 commit 5486e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfa/dfa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl DFA {
}

impl DFA {
fn from_multiple_nfas(nfas: Vec<NFA>) -> DFA {
pub fn from_multiple_nfas(nfas: Vec<NFA>) -> DFA {
// All of the nodes now have a pair of identifiers,
// 1. the NFA index within the list of NFAs
// 2. the NFA state index within the NFA
Expand Down

0 comments on commit 5486e97

Please sign in to comment.