mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Correct the
-> there
typo in items.md
This commit is contained in:
parent
1b3e686925
commit
3ce5f6eb44
@ -282,7 +282,7 @@ impl<T: Display, U: Debug> SomeType<T, U> { ...
|
|||||||
|
|
||||||
If the generics clause must be formatted across multiple lines, each parameter
|
If the generics clause must be formatted across multiple lines, each parameter
|
||||||
should have its own block-indented line, there should be newlines after the
|
should have its own block-indented line, there should be newlines after the
|
||||||
opening bracket and before the closing bracket, and the should be a trailing
|
opening bracket and before the closing bracket, and there should be a trailing
|
||||||
comma.
|
comma.
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user