aboutsummaryrefslogtreecommitdiff
path: root/external-types.toml
blob: a5bde8ed10c9a79c9d8eb4f445854adfe0b419aa (plain)
1
2
3
4
5
6
7
8
9
10
11
# This config file is for the `cargo-check-external-types` tool that is run in CI.

# The following are types that are allowed to be exposed in Tokio's public API.
# The standard library is allowed by default.
allowed_external_types = [
   "bytes::buf::buf_impl::Buf",
   "bytes::buf::buf_mut::BufMut",

   "tokio_macros::*",
]