diff options
| author | Fuwn <[email protected]> | 2022-08-02 14:28:16 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-02 14:28:16 +0000 |
| commit | 0d7f4e7b290c1af772306b08491091c281c20ffd (patch) | |
| tree | 73e511b02a8337efc88a5eaf7e4e1e0e907d5587 /src/main.rs | |
| parent | docs(readme): update github links (diff) | |
| download | para-0d7f4e7b290c1af772306b08491091c281c20ffd.tar.xz para-0d7f4e7b290c1af772306b08491091c281c20ffd.zip | |
refactor(ppm.rs): drop lazy_static for std::lazy
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 8541135..b12f6c5 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, generators, generator_trait)] +#![feature(decl_macro, generators, generator_trait, once_cell)] #![deny( warnings, nonstandard_style, |