Although it seems to be well-known, I find it surprising that the requirement "*features should be additive*" is not documented at all on [docs.crates.io](http://doc.crates.io/manifest.html#the-features-section). Disrespecting this leads to tricky errors when merging features like chyh1990/yaml-rust#44 and rust-lang/cargo#4323 (= Geal/nom#544). rust-lang/rfcs#1841 mentioned some documentation changes which should better be added here.