mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-01 00:51:25 +01:00
Remove unused features
This commit is contained in:
@@ -5,21 +5,14 @@
|
||||
// https://opensource.org/licenses/MIT.
|
||||
|
||||
#![feature(
|
||||
const_fn,
|
||||
non_exhaustive,
|
||||
integer_atomics,
|
||||
try_trait,
|
||||
nll,
|
||||
futures_api,
|
||||
pin,
|
||||
arbitrary_self_types,
|
||||
await_macro,
|
||||
async_await,
|
||||
generators,
|
||||
optin_builtin_traits,
|
||||
generator_trait,
|
||||
gen_future,
|
||||
decl_macro
|
||||
)]
|
||||
#![deny(missing_docs, missing_debug_implementations)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user