// Copyright 2018 TiKV Project Authors. Licensed under Apache-2.0.
#![feature(async_await)]
#![type_length_limit = "4500458"]
#[cfg(feature = "integration-tests")]
mod integration_tests;