blob: 679f43e9cdaae2363f414bb6ea76ac25d6636cc7 [file] [log] [blame]
# cargo-check-external-types configuration
# https://crates.io/crates/cargo-check-external-types
# The following are external types that are allowed to be exposed in our public API.
allowed_external_types = [
"proc_macro2::*",
"quote::*",
"syn::*",
]