aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-08-16 18:10:28 -0700
committerFuwn <[email protected]>2022-08-16 18:10:28 -0700
commitdd64abbb1e116d9c699e2c1bf18ed38c761f7b04 (patch)
tree668962cc3d1b730c1fc94db076de0b40fba8dee3 /src
parentfix(blog.json): update entry title (diff)
downloadlocus-dd64abbb1e116d9c699e2c1bf18ed38c761f7b04.tar.xz
locus-dd64abbb1e116d9c699e2c1bf18ed38c761f7b04.zip
fix(main.rs): github actions build error
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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,