From 3996a15adb29a8fe9ef7c42a9933474736d5e702 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 26 Sep 2014 10:29:25 +0100 Subject: [PATCH] Enable rustdoc for the style crate. Fix #2924. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We’re now at a Rust version that has a fix for https://github.com/rust-lang/rust/issues/16274 --- components/style/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index a272eeb01f3..40391564a2e 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -9,8 +9,6 @@ build = "make -f makefile.cargo" name = "style" path = "lib.rs" -doc = false - [dependencies.plugins] path = "../plugins"