Cargo Features
[dependencies]
pathexpand = { version = "0.1.1", default-features = false, features = ["unsafe-code"] }
- default = unsafe-code
-
The
unsafe-code
feature is set by default wheneverpathexpand
is added without
somewhere in the dependency tree.default-features = false - unsafe-code default
pathexpand has 2 features without comments.