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 {