Skip to content

Commit 89cd086

Browse files
committed
deny(future_incompatible)
1 parent 1091b0f commit 89cd086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
// #![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
3838
#![forbid(unsafe_code)]
3939
#![deny(
40+
future_incompatible,
4041
missing_debug_implementations,
4142
nonstandard_style,
4243
missing_docs,

0 commit comments

Comments
 (0)