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.
1 parent fec28b2 commit c930b21Copy full SHA for c930b21
src/doc/style-guide/src/items.md
@@ -15,8 +15,8 @@ Tools should make the above ordering optional.
15
16
### Function definitions
17
18
-In Rust, one finds functions by searching for `fn [function-name]`; It's
19
-important that you style your code so that it's very searchable in this way.
+In Rust, people often find functions by searching for `fn [function-name]`, so
+the formatting of function definitions shold enable this.
20
21
The proper ordering and spacing is:
22
0 commit comments