2019-11-15 15:18:08 +00:00
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:10:9
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - First String:
|
|
|
|
| ^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
|
= note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::tabs_in_doc_comments)]`
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:11:9
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - needs to be inside here
|
|
|
|
| ^^^^^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:14:9
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - Second String:
|
|
|
|
| ^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:15:9
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - needs to be inside here
|
|
|
|
| ^^^^^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:6:5
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - first one
|
|
|
|
| ^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:6:13
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - first one
|
|
|
|
| ^^^^^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:7:5
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - second one
|
|
|
|
| ^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
error: using tabs in doc comments is not recommended
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/tabs_in_doc_comments.rs:7:14
|
2019-11-15 15:18:08 +00:00
|
|
|
|
|
|
|
|
LL | /// - second one
|
|
|
|
| ^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
error: aborting due to 8 previous errors
|
|
|
|
|