Skip to content

Commit 6cd47d7

Browse files
authored
Point out f.sign_minus() for redactions in CODE_STYLE.md (#11410)
### Related * Post-merge comment: #11383 (comment) ### What See comment linked above.
1 parent 296a574 commit 6cd47d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CODE_STYLE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ We make extensive use of snapshot testing. To work around non-deterministic valu
137137
println!("{:-}, value"); // The `-` option stands for redaction.
138138
```
139139

140+
Look for `f.sign_minus()` in the code for where we handle this.
140141

141142
## C++
142143
We use `clang-format` to enforce most style choices (see [`.clang-format`](.clang-format)).

0 commit comments

Comments
 (0)