Commit 6ee5067
authored
# Objective
Builtin BRP methods make constant use of `parse` and `parse_some` in
parsing utilities. Making them public allows users to use them in their
own code.
## Solution
Make both functions `pub`.
## Testing
I think testing is not necessary, especially since doc strings do not
link anywhere.
1 parent ec072d8 commit 6ee5067
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
0 commit comments