From fe28567ed791043d753a0710240156bd057e7ed5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 19 Oct 2023 04:58:33 +0900 Subject: [PATCH] Update cargo-check-external-types config --- .external-types.toml | 5 ----- Cargo.toml | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .external-types.toml diff --git a/.external-types.toml b/.external-types.toml deleted file mode 100644 index 405ba89..0000000 --- a/.external-types.toml +++ /dev/null @@ -1,5 +0,0 @@ -# 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 = [] diff --git a/Cargo.toml b/Cargo.toml index f1661ba..21bd4c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,10 @@ A lightweight version of pin-project written with declarative macros. [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] +[package.metadata.cargo_check_external_types] +# The following are external types that are allowed to be exposed in our public API. +allowed_external_types = [] + [workspace] members = [ "tests/no-core",