Skip to content

Commit cf3eee2

Browse files
prasannavlyoshuawuyts
authored andcommitted
pragma updates (#182)
1 parent 4476c69 commit cf3eee2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
#![cfg_attr(test, deny(warnings))]
55
#![feature(futures_api, async_await, await_macro, existential_type)]
66
#![allow(unused_variables)]
7-
#![deny(nonstandard_style)]
8-
#![forbid(rust_2018_idioms)]
9-
// Remove this clippy bug with async await is resolved.
7+
#![deny(nonstandard_style, rust_2018_idioms, future_incompatible)]
8+
// TODO: Remove this after clippy bug due to async await is resolved.
109
// ISSUE: https://github.com/rust-lang/rust-clippy/issues/3988
1110
#![allow(clippy::needless_lifetimes)]
1211

0 commit comments

Comments
 (0)