diff options
| author | Fuwn <[email protected]> | 2023-04-17 23:59:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-17 23:59:20 -0700 |
| commit | 51deeab2db38e65713b07c7c72e6151c93d1e201 (patch) | |
| tree | 391b2c348011d999ac8c60a6af3ca72339b49011 /src/main.rs | |
| parent | style: rewrite formatter (diff) | |
| download | locus-51deeab2db38e65713b07c7c72e6151c93d1e201.tar.xz locus-51deeab2db38e65713b07c7c72e6151c93d1e201.zip | |
feat(web): a cool lil web-to-gemini proxy
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 90a083b..8d45dbd 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(const_extern_fn)] +#![feature(const_extern_fn, async_closure)] #![deny( warnings, nonstandard_style, |