mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
10 lines
283 B
Text
10 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
|
|
|