mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-26 07:25:48 +00:00
Make if after colon lowercase
This commit is contained in:
parent
f3573aa834
commit
f28a33359b
@ -91,7 +91,7 @@ and only moving to this:
|
||||
fn foo(s: String) {
|
||||
```
|
||||
|
||||
If you have good reason. It's not polite to hold on to ownership you don't
|
||||
if you have good reason. It's not polite to hold on to ownership you don't
|
||||
need, and it can make your lifetimes more complex.
|
||||
|
||||
## Generic functions
|
||||
|
Loading…
Reference in New Issue
Block a user