aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-17 13:19:53 -0700
committerFuwn <[email protected]>2022-04-17 13:19:53 -0700
commit23a1199e195ce5482a93a7f33478231b7fbced3e (patch)
tree4c86cdf727b5aab510a28c45a7214942093c4236 /src/main.rs
parentrefactor: route for future use (diff)
downloadlocus-23a1199e195ce5482a93a7f33478231b7fbced3e.tar.xz
locus-23a1199e195ce5482a93a7f33478231b7fbced3e.zip
feat: implement cacher
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 f926faf..613f2bc 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)]
+#![feature(once_cell, is_some_with)]
#![deny(
warnings,
nonstandard_style,