mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-10-02 07:21:36 +00:00
Disable needless_doctest_main lint
This commit is contained in:
parent
b2f0f456f5
commit
5e04e776ef
@ -172,7 +172,11 @@
|
|||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.17")]
|
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.17")]
|
||||||
#![cfg_attr(backtrace, feature(backtrace))]
|
#![cfg_attr(backtrace, feature(backtrace))]
|
||||||
#![allow(clippy::new_ret_no_self, clippy::wrong_self_convention)]
|
#![allow(
|
||||||
|
clippy::needless_doctest_main,
|
||||||
|
clippy::new_ret_no_self,
|
||||||
|
clippy::wrong_self_convention
|
||||||
|
)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod backtrace;
|
mod backtrace;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user