File: 1.92-compat.patch

package info (click to toggle)
rust-parse-display 0.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: parse-display/src/lib.rs
===================================================================
--- parse-display.orig/src/lib.rs
+++ parse-display/src/lib.rs
@@ -28,7 +28,7 @@
 //! assert_eq!("var_a".parse(), Ok(Y::VarA));
 //! ```
 #![cfg_attr(not(feature = "std"), no_std)]
-#![cfg_attr(feature = "docs", feature(doc_auto_cfg))]
+#![cfg_attr(feature = "docs", feature(doc_cfg))]
 
 use core::convert::Infallible;
 use core::fmt::{Display, Formatter, Result};