parent
b68e208643
commit
8c5fae150a
@ -0,0 +1,11 @@
|
||||
--- rand-0.5.6/src/lib.rs.orig 2019-01-26 02:19:33.000000000 -0800
|
||||
+++ rand-0.5.6/src/lib.rs 2019-12-10 12:35:23.150740539 -0800
|
||||
@@ -228,7 +228,7 @@
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
-#![doc(test(attr(allow(unused_variables), deny(warnings))))]
|
||||
+#![doc(test(attr(allow(unused_variables))))]
|
||||
|
||||
#![cfg_attr(not(feature="std"), no_std)]
|
||||
#![cfg_attr(all(feature="alloc", not(feature="std")), feature(alloc))]
|
Loading…
Reference in new issue