diff options
Diffstat (limited to 'src/utils/vec_map.rs')
| -rw-r--r-- | src/utils/vec_map.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/vec_map.rs b/src/utils/vec_map.rs index d02d659..f910a2e 100644 --- a/src/utils/vec_map.rs +++ b/src/utils/vec_map.rs @@ -1,5 +1,5 @@ -// Most of this is -// shamelessly copied from https://github.com/hyperium/hyper/blob/master/src/header/internals/vec_map.rs +// Most of this is shamelessly copied from +// <https://github.com/hyperium/hyper/blob/4351ed1d13e6f66b8dd3ef9f2b74776d02752ed7/src/header/internals/vec_map.rs> /// Like `HashMap` but solely uses a vector instead. /// |