Remove unneeded indentation
This commit is contained in:
parent
04888e7c60
commit
b4481e68de
1 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ impl Test {
|
|||
|
||||
fn main() {
|
||||
let x = Test;
|
||||
|
||||
|
||||
x.method::<i32>(); // Error: Test::method doesn't need type parameter!
|
||||
}
|
||||
```
|
||||
|
|
@ -239,7 +239,7 @@ impl Test {
|
|||
|
||||
fn main() {
|
||||
let x = Test;
|
||||
|
||||
|
||||
x.method(); // OK, we're good!
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue