We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7a2e5 commit 6014087Copy full SHA for 6014087
build.rs
@@ -1,3 +1,6 @@
1
+// For the 'try!' macro, until we bump MSRV past 1.12.
2
+#![allow(deprecated)]
3
+
4
use std::env;
5
use std::ffi::OsString;
6
use std::io::{self, Write};
src/lib.rs
@@ -67,6 +67,9 @@ cases.
67
[`Write`]: https://doc.rust-lang.org/std/io/trait.Write.html
68
*/
69
70
71
72
73
#![deny(missing_docs)]
74
#![cfg_attr(not(feature = "std"), no_std)]
75
0 commit comments