Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 3c20562

Browse files
committed
Updated for new boolean operator rule.
1 parent a5dcacc commit 3c20562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/QsFmt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Updating rules currently in use:
5858
- Using and Borrowing Syntax - [proposal](https://github.com/microsoft/qsharp-language/blob/main/Approved/1-implicitly-scoped-qubit-allocation.md)
5959
- Parentheses in For Loop Syntax - Removes deprecated parentheses around for-loop range expressions.
6060
- Unit Syntax - Replaces deprecated unit syntax `()` for `Unit`.
61+
- Boolean Operator Syntax - Replaces deprecated use of boolean operators `&&`, `||`, and `!` with
62+
their keyword equivalence `and`, `or`, and `not` respectively.
6163

6264
## Update vs. Format
6365

0 commit comments

Comments
 (0)