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.
27 lines
679 B
27 lines
679 B
5 months ago
|
From 8c94cbb25bcc53be90448f0202b6b32046bd302b Mon Sep 17 00:00:00 2001
|
||
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||
|
Date: Thu, 12 Sep 2024 11:09:01 -0400
|
||
|
Subject: [PATCH] Downstream-only: ignore an example that would depend on the
|
||
|
postcard crate
|
||
|
|
||
|
---
|
||
|
src/yoke.rs | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/yoke.rs b/src/yoke.rs
|
||
|
index eaad9e073..d55396b6a 100644
|
||
|
--- a/src/yoke.rs
|
||
|
+++ b/src/yoke.rs
|
||
|
@@ -158,7 +158,7 @@ where
|
||
|
///
|
||
|
/// Write the number of consumed bytes to a local variable:
|
||
|
///
|
||
|
- /// ```
|
||
|
+ /// ```ignore
|
||
|
/// # use yoke::Yoke;
|
||
|
/// # use std::rc::Rc;
|
||
|
/// # use std::borrow::Cow;
|
||
|
--
|
||
|
2.46.0
|
||
|
|