$OpenBSD: patch-servo_components_style_lib_rs,v 1.1 2019/03/11 19:04:38 semarie Exp $
Allow missing_docs. else build fail with rustc 1.33.0
Index: servo/components/style/lib.rs
--- servo/components/style/lib.rs.orig
+++ servo/components/style/lib.rs
@@ -23,7 +23,6 @@
 //! [cssparser]: ../cssparser/index.html
 //! [selectors]: ../selectors/index.html
 
-#![deny(missing_docs)]
 
 extern crate app_units;
 extern crate arrayvec;
