diff options
-rw-r--r-- | components/style/Cargo.toml | 2 |
1 files changed, 0 insertions, 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" |