Compare commits
27 Commits
Author | SHA1 | Date |
---|---|---|
|
754da1aef5 | 1 year ago |
|
9c067b4127 | 1 year ago |
|
892cc531cf | 1 year ago |
|
266209f923 | 1 year ago |
|
5f3e019d3e | 1 year ago |
|
7f8ae0f3fd | 1 year ago |
|
ccb1f92030 | 1 year ago |
|
c8003ad71e | 1 year ago |
|
d1759009a3 | 2 years ago |
|
f5c7885617 | 2 years ago |
|
23cab3cddb | 2 years ago |
|
93fff3799b | 2 years ago |
|
de75b26075 | 2 years ago |
|
5a784524e8 | 2 years ago |
|
131c34091c | 2 years ago |
|
715a1d0c60 | 2 years ago |
|
953b0f75ea | 2 years ago |
|
a0430b2668 | 2 years ago |
|
790ae3ff90 | 2 years ago |
|
f95a2d2fc4 | 2 years ago |
|
83413d610b | 2 years ago |
|
52cba745b8 | 2 years ago |
|
056c2ba6a9 | 2 years ago |
|
7fa4955eea | 2 years ago |
|
06b1836d5f | 2 years ago |
|
319b3d6ae0 | 3 years ago |
|
4e8a98defd | 3 years ago |
@ -1,26 +0,0 @@
|
||||
From 421d96764e5ac1396ee220aa83c41ad5e6e444ba Mon Sep 17 00:00:00 2001
|
||||
From: Fabio Valentini <decathorpe@gmail.com>
|
||||
Date: Wed, 28 Aug 2024 00:59:51 +0200
|
||||
Subject: [PATCH] ignore one doctest block that adds superfluous
|
||||
dev-dependencies
|
||||
|
||||
---
|
||||
src/extra.rs | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/extra.rs b/src/extra.rs
|
||||
index 522a90e..7ec8495 100644
|
||||
--- a/src/extra.rs
|
||||
+++ b/src/extra.rs
|
||||
@@ -27,7 +27,7 @@ use core::fmt::{self, Debug};
|
||||
/// workload that involves parsing it all would overflow a 32-bit source
|
||||
/// location unless spans are being invalidated.
|
||||
///
|
||||
-/// ```
|
||||
+/// ```ignore
|
||||
/// use flate2::read::GzDecoder;
|
||||
/// use std::ffi::OsStr;
|
||||
/// use std::io::{BufReader, Read};
|
||||
--
|
||||
2.46.0
|
||||
|
@ -1,21 +0,0 @@
|
||||
--- proc-macro2-1.0.93/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ proc-macro2-1.0.93/Cargo.toml 2025-01-14T21:02:12.518646+00:00
|
||||
@@ -88,18 +88,9 @@
|
||||
[dependencies.unicode-ident]
|
||||
version = "1.0"
|
||||
|
||||
-[dev-dependencies.flate2]
|
||||
-version = "1.0"
|
||||
-
|
||||
[dev-dependencies.quote]
|
||||
version = "1.0"
|
||||
default-features = false
|
||||
|
||||
-[dev-dependencies.rayon]
|
||||
-version = "1.0"
|
||||
-
|
||||
[dev-dependencies.rustversion]
|
||||
version = "1"
|
||||
-
|
||||
-[dev-dependencies.tar]
|
||||
-version = "0.4"
|
@ -1,26 +1,10 @@
|
||||
[package]
|
||||
summary = "Substitute implementation of the Rust compiler's proc_macro API"
|
||||
cargo-toml-patch-comments = [
|
||||
"remove superfluous dev-dependencies that are only present for a noop doctest",
|
||||
]
|
||||
|
||||
[[package.extra-patches]]
|
||||
number = 2
|
||||
file = "0001-ignore-one-doctest-block-that-adds-superfluous-dev-d.patch"
|
||||
|
||||
[features]
|
||||
hide = ["nightly"]
|
||||
|
||||
[tests]
|
||||
run = [
|
||||
"lib",
|
||||
"doc",
|
||||
"tests",
|
||||
]
|
||||
skip.doc = [
|
||||
"'src/lib.rs'",
|
||||
]
|
||||
comments.doc = [
|
||||
"skip doctests that don't compile",
|
||||
]
|
||||
skip = ["'src/lib.rs'"]
|
||||
comments = ["skip doctests that don't compile"]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (proc-macro2-1.0.93.crate) = 1ae650e390e4f1b18d05f42d2ffcd025cabf72568a326cd85496c722600108b0aa0ab0161b39fcc931b8b302427f678650e703f4db57aa1a60f1751db881dc6c
|
||||
SHA512 (proc-macro2-1.0.76.crate) = 2ea7ade475171166489ab3e745e8c526e49c7521bc39b1bfec6dd2fd0807fd3cc5579235f77534be855f9ecab481205e77e66b14ebb22e66d2c3cff842567247
|
||||
|
Loading…
Reference in new issue