fix(hive-claude): exempt crate-doc block from comment-block lint
This commit is contained in:
parent
261f02439b
commit
244669f644
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@
|
|||
//! }
|
||||
//! # }
|
||||
//! ```
|
||||
// The crate-level `//!` overview above is the rustdoc entry point — it belongs
|
||||
// in source, not docs/, so the comment-block length lint should not flag it.
|
||||
// lint:allow-long-comment
|
||||
|
||||
mod classify;
|
||||
mod config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue