Skip to content

Commit 531cf76

Browse files
committed
add feature flag
1 parent 4cdf472 commit 531cf76

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
@@ -7,6 +7,7 @@
77
)]
88
#![warn(clippy::pedantic)]
99
#![allow(clippy::missing_errors_doc)]
10+
#![feature(impl_trait_in_assoc_type)]
1011

1112
//! A Monzo client in pure rust.
1213
//!

0 commit comments

Comments
 (0)