diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-01 15:15:57 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-01 15:15:57 +0100 |
commit | 92fea414d9d113761b788e409a025ad9cff06071 (patch) | |
tree | 978d6b05eedd4e00359df0dfa6e2b91ed72a59ea /src/main.rs | |
parent | c3bb2b62a862c09d52226a82a032061676a0cb77 (diff) | |
download | aerogramme-92fea414d9d113761b788e409a025ad9cff06071.tar.gz aerogramme-92fea414d9d113761b788e409a025ad9cff06071.zip |
v2 api storage
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 7e1626d..8d2a140 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,4 @@ #![feature(async_fn_in_trait)] -#![feature(return_position_impl_trait_in_trait)] -// should be stabilized soon https://github.com/rust-lang/rust/pull/115822 mod bayou; mod config; |