mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
suppress clippy lint needless_doctest_main
This commit is contained in:
parent
b3fe6b7d27
commit
b590183d87
@ -105,6 +105,8 @@ dependency.
|
||||
|
||||
*/
|
||||
|
||||
#![allow(clippy::needless_doctest_main)] // according to @ehuss this lint is fussy
|
||||
|
||||
use std::env;
|
||||
use std::ffi::OsStr;
|
||||
use std::fmt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user