clippy: Enable needless_doctest_main rule

This commit is contained in:
Tetsuharu Ohzeki 2024-02-09 23:20:45 +09:00
parent 3365e50180
commit a3e60e7f7a
2 changed files with 4 additions and 7 deletions

View file

@ -1,10 +1,8 @@
//! Implementation of "implicit drop" inlay hints:
//! ```no_run
//! fn main() {
//! let x = vec![2];
//! if some_condition() {
//! /* drop(x) */return;
//! }
//! ```ignore
//! let x = vec![2];
//! if some_condition() {
//! /* drop(x) */return;
//! }
//! ```
use hir::{