diff options
| author | Fuwn <[email protected]> | 2022-03-01 22:38:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-01 22:38:36 +0000 |
| commit | cb46edf60660a59db2d7bc22dd3a3709ebb4a853 (patch) | |
| tree | 370d379d1e839e4ab08741a053c2bc7c7cf85755 /src/main.rs | |
| parent | fix(meta): description (diff) | |
| download | para-cb46edf60660a59db2d7bc22dd3a3709ebb4a853.tar.xz para-cb46edf60660a59db2d7bc22dd3a3709ebb4a853.zip | |
refactor(ppm): use rust generator instead of crate
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 7d10479..8541135 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ // Copyright (C) 2022-2022 Fuwn <[email protected]> // SPDX-License-Identifier: MIT -#![feature(decl_macro)] +#![feature(decl_macro, generators, generator_trait)] #![deny( warnings, nonstandard_style, |