Skip to content

Commit beb652d

Browse files
authored
Merge pull request #75 from jtracey/patch-1
fix doc link lint
1 parent 6f3da25 commit beb652d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2867,7 +2867,7 @@ impl<T, const N: usize> Deref for AutoThinVec<T, N> {
28672867
/// Create a ThinVec<$ty> named `$name`, with capacity for `$cap` inline elements.
28682868
///
28692869
/// TODO(emilio): This would be a lot more convenient to use with super let, see
2870-
/// https://github.com/rust-lang/rust/issues/139076
2870+
/// <https://github.com/rust-lang/rust/issues/139076>
28712871
#[cfg(feature = "gecko-ffi")]
28722872
#[macro_export]
28732873
macro_rules! auto_thin_vec {

0 commit comments

Comments
 (0)