diff options
| author | Fuwn <[email protected]> | 2022-08-23 18:36:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-23 18:36:12 -0700 |
| commit | dddaa0f8751eba5572108dad2aba3fb159f965fe (patch) | |
| tree | f257f94562a40c5e1090dd753193aaf9d9fad390 /src/main.rs | |
| parent | refactor(blog): macro-ify header (diff) | |
| download | locus-dddaa0f8751eba5572108dad2aba3fb159f965fe.tar.xz locus-dddaa0f8751eba5572108dad2aba3fb159f965fe.zip | |
fix(main.rs): enable feature for actions
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 57b227f..4ba8f83 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,7 +16,7 @@ // Copyright (C) 2022-2022 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only -#![feature(once_cell, is_some_with, const_extern_fn)] +#![feature(array_from_fn, const_extern_fn, is_some_with, once_cell)] #![deny( warnings, nonstandard_style, |