$OpenBSD: patch-servo_components_style_traits_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_traits/lib.rs
--- servo/components/style_traits/lib.rs.orig
+++ servo/components/style_traits/lib.rs
@@ -9,7 +9,7 @@
 #![crate_name = "style_traits"]
 #![crate_type = "rlib"]
 
-#![deny(unsafe_code, missing_docs)]
+#![deny(unsafe_code)]
 
 extern crate app_units;
 #[macro_use] extern crate bitflags;
