diff options
author | HampusM <hampus@hampusmat.com> | 2022-11-07 21:01:10 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-11-07 21:01:10 +0100 |
commit | 1b27423ae2f2455c72cc7020051c861227aeeeb5 (patch) | |
tree | 8dbc1392ba63d489f05be0b93d1366a82b7fb7a3 /src/lib.rs | |
parent | 0e1308d8ccf3565559084de19a9130975ca8ce78 (diff) |
fix: make factories work again after Rust nightly-2022-11-07
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#![cfg_attr(feature = "factory", feature(unboxed_closures, fn_traits))] +#![cfg_attr(feature = "factory", feature(unboxed_closures, fn_traits, tuple_trait))] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![deny(clippy::all)] #![deny(clippy::pedantic)] |