]> git.lizzy.rs Git - rust.git/commit
Properly handle cfgs in rustdoc
authorSteven Fackler <sfackler@gmail.com>
Tue, 7 Oct 2014 02:39:01 +0000 (19:39 -0700)
committerSteven Fackler <sfackler@gmail.com>
Tue, 7 Oct 2014 02:39:23 +0000 (19:39 -0700)
commita585b4e8a0ca41a2445838245f3d44358a82a4dc
tree809087907c3c981feb0e6acfc9d28889f6a8ff35
parent6d15f28986e00e1a1b290b0f0fcf76c3f4e6e261
Properly handle cfgs in rustdoc

Rustdoc would previously improperly handle key="value" style cfgs, which
are notably used for Cargo features.
src/librustc/driver/config.rs
src/librustdoc/core.rs