mirror of
https://github.com/actix/actix-web.git
synced 2024-12-02 14:26:43 +00:00
Add warning for missing API docs
This commit is contained in:
parent
8d73c30dae
commit
47b7be4fd3
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
||||||
feature = "cargo-clippy",
|
feature = "cargo-clippy",
|
||||||
allow(decimal_literal_representation, suspicious_arithmetic_impl)
|
allow(decimal_literal_representation, suspicious_arithmetic_impl)
|
||||||
)]
|
)]
|
||||||
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
|
Loading…
Reference in a new issue