From c69fe1723bccf30d5b1113b14215f1d5a7d5d00e Mon Sep 17 00:00:00 2001 From: Justin Tracey Date: Mon, 29 Sep 2025 13:26:14 -0400 Subject: [PATCH] fix doc link lint --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e2c899a..ab7cfad 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2867,7 +2867,7 @@ impl Deref for AutoThinVec { /// Create a ThinVec<$ty> named `$name`, with capacity for `$cap` inline elements. /// /// TODO(emilio): This would be a lot more convenient to use with super let, see -/// https://github.com/rust-lang/rust/issues/139076 +/// #[cfg(feature = "gecko-ffi")] #[macro_export] macro_rules! auto_thin_vec {