diff options
| author | Fuwn <[email protected]> | 2022-08-16 18:10:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 18:10:28 -0700 |
| commit | dd64abbb1e116d9c699e2c1bf18ed38c761f7b04 (patch) | |
| tree | 668962cc3d1b730c1fc94db076de0b40fba8dee3 /src | |
| parent | fix(blog.json): update entry title (diff) | |
| download | locus-dd64abbb1e116d9c699e2c1bf18ed38c761f7b04.tar.xz locus-dd64abbb1e116d9c699e2c1bf18ed38c761f7b04.zip | |
fix(main.rs): github actions build error
Diffstat (limited to 'src')
| -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 c7a9f4c..57b227f 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)] +#![feature(once_cell, is_some_with, const_extern_fn)] #![deny( warnings, nonstandard_style, |