We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
f.sign_minus()
CODE_STYLE.md
1 parent 296a574 commit 6cd47d7Copy full SHA for 6cd47d7
CODE_STYLE.md
@@ -137,6 +137,7 @@ We make extensive use of snapshot testing. To work around non-deterministic valu
137
println!("{:-}, value"); // The `-` option stands for redaction.
138
```
139
140
+Look for `f.sign_minus()` in the code for where we handle this.
141
142
## C++
143
We use `clang-format` to enforce most style choices (see [`.clang-format`](.clang-format)).
0 commit comments