Skip to content

Commit

Permalink
Fixing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ACassimiro committed Sep 3, 2024
1 parent cc5af4e commit bf9debf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-semantics/preprocessing/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module RUST-CONSTANTS
<constant-name> Name </constant-name>
<constant-value> V:Value </constant-value>
rule <k> Name:Identifier::I:Identifier::.PathExprSegments => V ... </k>
rule <k> Name:Identifier::_:Identifier::.PathExprSegments => V ... </k>
<constant-name> Name </constant-name>
<constant-value> V:Value </constant-value>
Expand Down

0 comments on commit bf9debf

Please sign in to comment.