aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-01 22:38:36 +0000
committerFuwn <[email protected]>2022-03-01 22:38:36 +0000
commitcb46edf60660a59db2d7bc22dd3a3709ebb4a853 (patch)
tree370d379d1e839e4ab08741a053c2bc7c7cf85755 /src/main.rs
parentfix(meta): description (diff)
downloadpara-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.rs2
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,