diff options
| author | Fuwn <[email protected]> | 2022-04-17 13:19:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-17 13:19:53 -0700 |
| commit | 23a1199e195ce5482a93a7f33478231b7fbced3e (patch) | |
| tree | 4c86cdf727b5aab510a28c45a7214942093c4236 /src/main.rs | |
| parent | refactor: route for future use (diff) | |
| download | locus-23a1199e195ce5482a93a7f33478231b7fbced3e.tar.xz locus-23a1199e195ce5482a93a7f33478231b7fbced3e.zip | |
feat: implement cacher
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 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, |