dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.79k stars 306 forks source link

Improve name of precedence variant for jumps #1697

Closed dtolnay closed 1 month ago

dtolnay commented 1 month ago

As of #1696, Any is no longer doing double duty to mean both "the minimum precedence" in the parser and "the precedence of jumps" in the printer.