1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

/* Automatically managed default lints */
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
/* End of automatically managed default lints */

#[deprecated(
    since = "0.2.0",
    note = "support for hyper-1.x is now enabled by the `aws-smithy-http-client` crate"
)]
pub mod hyper_1_0 {}