2021-04-05 23:59:10 -05:00
|
|
|
error: using tabs in doc comments is not recommended
|
2021-04-10 07:43:52 -05:00
|
|
|
--> $DIR/ice-5835.rs:3:10
|
2021-04-05 23:59:10 -05:00
|
|
|
|
|
|
|
|
LL | /// 位
|
|
|
|
| ^^^^ help: consider using four spaces per tab
|
|
|
|
|
|
|
|
|
= note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
|
|
|
|
|
2021-04-10 07:43:52 -05:00
|
|
|
error: aborting due to previous error
|
2021-04-05 23:59:10 -05:00
|
|
|
|