mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 02:49:33 +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",
|
||||
allow(decimal_literal_representation, suspicious_arithmetic_impl)
|
||||
)]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Reference in a new issue