Cargo Features

[dependencies]
no_drop = { version = "0.4.1", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever no_drop is added without default-features = false somewhere in the dependency tree.

alloc default

Affects guards::drop_guard_msg, guards::DropGuardNoOpMsg, wrap::no_drop_msg, wrap::NoDropNoOpMsg