Cargo Features

[dependencies]
match_cfg = { version = "0.1.0", default-features = false, features = ["use_core"] }
default = use_core

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

use_core default

match_cfg has 2 features without comments.