File: fix-1.92-compat.patch

package info (click to toggle)
rust-macro-rules-attribute 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Forwarded: https://github.com/danielhenrymantilla/macro_rules_attribute-rs/pull/31

--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,7 +9,7 @@
     cfg_attr(all(), doc = include_str!("../README.md"))
 )]
 #![cfg_attr(feature = "better-docs",
-    feature(doc_auto_cfg),
+    feature(doc_cfg),
 )]
 #![no_std]
 #![forbid(unsafe_code)]