From 9835e2ae736235810b4ea1c162ca5e65c547e770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 04:49:50 +0200 Subject: Merging upstream version 1.71.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/yoke/src/yoke.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/yoke/src/yoke.rs') diff --git a/vendor/yoke/src/yoke.rs b/vendor/yoke/src/yoke.rs index 7468b4d99..ef76aa86a 100644 --- a/vendor/yoke/src/yoke.rs +++ b/vendor/yoke/src/yoke.rs @@ -74,6 +74,7 @@ use alloc::sync::Arc; /// assert_eq!(&**yoke.get(), "hello"); /// assert!(matches!(yoke.get(), &Cow::Borrowed(_))); /// ``` +#[derive(Debug)] pub struct Yoke Yokeable<'a>, C> { // must be the first field for drop order // this will have a 'static lifetime parameter, that parameter is a lie @@ -1309,6 +1310,5 @@ const _: () = (); /// println!("pre-drop: {reference}"); /// drop(local); /// println!("post-drop: {reference}"); -/// /// ``` const _: () = (); -- cgit v1.2.3