rust-lang / book

The Rust Programming Language
https://doc.rust-lang.org/book/
Other
15k stars 3.39k forks source link

infra: disable mdBook default-features for mdBook preprocessors #3933

Closed chriskrycho closed 4 months ago

chriskrycho commented 4 months ago

This prevents us from pulling in notify accidentally, which is causing a tidy check issue in rust-lang/rust because of the CC0 license on notify. I had intended to address this in efd315a3, but forgot that features = [] does not imply default-features = false.