mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
11 lines
283 B
Text
11 lines
283 B
Text
|
error: using tabs in doc comments is not recommended
|
||
|
--> $DIR/ice-5835.rs:3:10
|
||
|
|
|
||
|
LL | /// 位
|
||
|
| ^^^^ help: consider using four spaces per tab
|
||
|
|
|
||
|
= note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|