Skip to content

Commit 4aac81d

Browse files
committed
Merge bullet points for clarity
1 parent ed27bd1 commit 4aac81d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

text/3695-cfg_boolean_literal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ By making it more convenient, this may encourage unconditionally disabled blocks
5050
# Rationale and alternatives
5151
[rationale-and-alternatives]: #rationale-and-alternatives
5252

53-
- This could instead be spelled as `cfg(disabled|enabled)`, or `cfg(none)` for disabling code only
54-
- Giving special meaning to a valid identifier can change the meaning of existing code (although `check-cfg` warnings should reduce the impact of this)
53+
- This could instead be spelled as `cfg(disabled|enabled)`, or `cfg(none)` for disabling code only. However, giving special meaning to a valid identifier can change the meaning of existing code (although `check-cfg` warnings should reduce the impact of this)
5554
- As the existing predicates evaluate to booleans, using boolean literals is the most intuitive way to spell this
5655

5756
# Prior art

0 commit comments

Comments
 (0)