Skip to content

Commit 29840b2

Browse files
committed
deny(future_incompatible)
1 parent 97a7aff commit 29840b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
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)