Wrapping indent_style="Visual" function call snippet in function
This commit is contained in:
parent
9fc00aa794
commit
5180df4988
1 changed files with 10 additions and 8 deletions
|
|
@ -145,14 +145,16 @@ fn main() {
|
|||
#### `"Visual"`:
|
||||
|
||||
```rust
|
||||
lorem("lorem",
|
||||
"ipsum",
|
||||
"dolor",
|
||||
"sit",
|
||||
"amet",
|
||||
"consectetur",
|
||||
"adipiscing",
|
||||
"elit");
|
||||
fn main() {
|
||||
lorem("lorem",
|
||||
"ipsum",
|
||||
"dolor",
|
||||
"sit",
|
||||
"amet",
|
||||
"consectetur",
|
||||
"adipiscing",
|
||||
"elit");
|
||||
}
|
||||
```
|
||||
|
||||
### Generics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue