Cargo Features

[dependencies]
into-owned = { version = "0.3.0-alpha.3", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever into-owned is added without default-features = false somewhere in the dependency tree.

std default

Affects into-owned::IntoOwned.into_cow