Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add bumpalo and allocator-api2 to crate import denylist
Browse files Browse the repository at this point in the history
Test: treehugger
Change-Id: I8c72f299c9da92ff8bd6c25a83213e6bcb131cf4
  • Loading branch information
jfgoog committed Jan 22, 2025
1 parent 2e78965 commit f939659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/external_crates/crate_tool/src/managed_repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ use crate::{
// TODO: Store this as a data file in the monorepo.
static IMPORT_DENYLIST: LazyLock<BTreeSet<&str>> = LazyLock::new(|| {
BTreeSet::from([
"instant", // Not maintained.
"instant", // Not maintained.
"bumpalo", // Unsound
"allocator-api2", // Unsound
// Uniffi crates.
// Per mmaurer: "considered too difficult to verify and stopped being used for the original use case".
"oneshot-uniffi",
Expand Down

0 comments on commit f939659

Please sign in to comment.