Enable rustdoc for the style crate. Fix #2924.

We’re now at a Rust version that has a fix for
https://github.com/rust-lang/rust/issues/16274
This commit is contained in:
Simon Sapin 2014-09-26 10:29:25 +01:00
parent b3245fa407
commit 3996a15adb

View file

@ -9,8 +9,6 @@ build = "make -f makefile.cargo"
name = "style"
path = "lib.rs"
doc = false
[dependencies.plugins]
path = "../plugins"