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

Commit

Permalink
Merge "Add bumpalo and allocator-api2 to crate import denylist" into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Jan 22, 2025
2 parents 2e78965 + f939659 commit c45d82f
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 c45d82f

Please sign in to comment.