Skip to content

Commit cfe6e08

Browse files
committed
Auto merge of #1712 - kornelski:patch-1, r=sgrif
Rename parsing category to parsing tools The parsing and parser-implementations categories are commonly confused, since "parsing" correctly describes use of high-level parsers to parse specific formats, and doesn't sound related to low-level libraries for building parsers.
2 parents bf4e384 + 74c9313 commit cfe6e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/categories.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Parsers implemented for particular formats or languages.\
354354
"""
355355

356356
[parsing]
357-
name = "Parsing"
357+
name = "Parsing tools"
358358
description = """
359359
Crates to help create parsers of binary and text \
360360
formats. Format-specific parsers belong in other, more specific \

0 commit comments

Comments
 (0)