| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:5:5 |
| | |
| LL | /// - first one |
| | ^^^^ help: consider using four spaces per tab |
| | |
| = note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings` |
| = help: to override `-D warnings` add `#[allow(clippy::tabs_in_doc_comments)]` |
| |
| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:5:13 |
| | |
| LL | /// - first one |
| | ^^^^^^^^ help: consider using four spaces per tab |
| |
| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:8:5 |
| | |
| LL | /// - second one |
| | ^^^^ help: consider using four spaces per tab |
| |
| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:8:14 |
| | |
| LL | /// - second one |
| | ^^^^ help: consider using four spaces per tab |
| |
| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:13:9 |
| | |
| LL | /// - First String: |
| | ^^^^ help: consider using four spaces per tab |
| |
| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:15:9 |
| | |
| LL | /// - needs to be inside here |
| | ^^^^^^^^ help: consider using four spaces per tab |
| |
| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:19:9 |
| | |
| LL | /// - Second String: |
| | ^^^^ help: consider using four spaces per tab |
| |
| error: using tabs in doc comments is not recommended |
| --> tests/ui/tabs_in_doc_comments.rs:21:9 |
| | |
| LL | /// - needs to be inside here |
| | ^^^^^^^^ help: consider using four spaces per tab |
| |
| error: aborting due to 8 previous errors |
| |