You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
440 B
12 lines
440 B
5 years ago
|
--- 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))]
|