|
1 | 1 | error: using tabs in doc comments is not recommended
|
2 |
| - --> tests/ui/tabs_in_doc_comments.rs:6:5 |
| 2 | + --> tests/ui/tabs_in_doc_comments.rs:10:9 |
3 | 3 | |
|
4 |
| -LL | /// - first one |
5 |
| - | ^^^^ help: consider using four spaces per tab |
| 4 | +LL | /// - First String: |
| 5 | + | ^^^^ help: consider using four spaces per tab |
6 | 6 | |
|
7 | 7 | = note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
|
8 | 8 | = help: to override `-D warnings` add `#[allow(clippy::tabs_in_doc_comments)]`
|
9 | 9 |
|
10 | 10 | error: using tabs in doc comments is not recommended
|
11 |
| - --> tests/ui/tabs_in_doc_comments.rs:6:13 |
| 11 | + --> tests/ui/tabs_in_doc_comments.rs:11:9 |
12 | 12 | |
|
13 |
| -LL | /// - first one |
14 |
| - | ^^^^^^^^ help: consider using four spaces per tab |
| 13 | +LL | /// - needs to be inside here |
| 14 | + | ^^^^^^^^ help: consider using four spaces per tab |
15 | 15 |
|
16 | 16 | error: using tabs in doc comments is not recommended
|
17 |
| - --> tests/ui/tabs_in_doc_comments.rs:7:5 |
| 17 | + --> tests/ui/tabs_in_doc_comments.rs:14:9 |
18 | 18 | |
|
19 |
| -LL | /// - second one |
20 |
| - | ^^^^ help: consider using four spaces per tab |
| 19 | +LL | /// - Second String: |
| 20 | + | ^^^^ help: consider using four spaces per tab |
21 | 21 |
|
22 | 22 | error: using tabs in doc comments is not recommended
|
23 |
| - --> tests/ui/tabs_in_doc_comments.rs:7:14 |
| 23 | + --> tests/ui/tabs_in_doc_comments.rs:15:9 |
24 | 24 | |
|
25 |
| -LL | /// - second one |
26 |
| - | ^^^^ help: consider using four spaces per tab |
| 25 | +LL | /// - needs to be inside here |
| 26 | + | ^^^^^^^^ help: consider using four spaces per tab |
27 | 27 |
|
28 | 28 | error: using tabs in doc comments is not recommended
|
29 |
| - --> tests/ui/tabs_in_doc_comments.rs:10:9 |
| 29 | + --> tests/ui/tabs_in_doc_comments.rs:6:5 |
30 | 30 | |
|
31 |
| -LL | /// - First String: |
32 |
| - | ^^^^ help: consider using four spaces per tab |
| 31 | +LL | /// - first one |
| 32 | + | ^^^^ help: consider using four spaces per tab |
33 | 33 |
|
34 | 34 | error: using tabs in doc comments is not recommended
|
35 |
| - --> tests/ui/tabs_in_doc_comments.rs:11:9 |
| 35 | + --> tests/ui/tabs_in_doc_comments.rs:6:13 |
36 | 36 | |
|
37 |
| -LL | /// - needs to be inside here |
38 |
| - | ^^^^^^^^ help: consider using four spaces per tab |
| 37 | +LL | /// - first one |
| 38 | + | ^^^^^^^^ help: consider using four spaces per tab |
39 | 39 |
|
40 | 40 | error: using tabs in doc comments is not recommended
|
41 |
| - --> tests/ui/tabs_in_doc_comments.rs:14:9 |
| 41 | + --> tests/ui/tabs_in_doc_comments.rs:7:5 |
42 | 42 | |
|
43 |
| -LL | /// - Second String: |
44 |
| - | ^^^^ help: consider using four spaces per tab |
| 43 | +LL | /// - second one |
| 44 | + | ^^^^ help: consider using four spaces per tab |
45 | 45 |
|
46 | 46 | error: using tabs in doc comments is not recommended
|
47 |
| - --> tests/ui/tabs_in_doc_comments.rs:15:9 |
| 47 | + --> tests/ui/tabs_in_doc_comments.rs:7:14 |
48 | 48 | |
|
49 |
| -LL | /// - needs to be inside here |
50 |
| - | ^^^^^^^^ help: consider using four spaces per tab |
| 49 | +LL | /// - second one |
| 50 | + | ^^^^ help: consider using four spaces per tab |
51 | 51 |
|
52 | 52 | error: aborting due to 8 previous errors
|
53 | 53 |
|
0 commit comments