Skip to content

Commit

Permalink
Make parser new public
Browse files Browse the repository at this point in the history
  • Loading branch information
Haadi-Khan committed Jul 17, 2024
1 parent d509981 commit 1bc76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct Parser {
}

impl Parser {
fn new(input: String) -> Parser {
pub fn new(input: String) -> Parser {
Parser { input }
}

Expand Down

0 comments on commit 1bc76ba

Please sign in to comment.