diff options
| author | Zeyla Hellyer <[email protected]> | 2018-09-13 10:29:10 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-09-13 10:29:10 -0700 |
| commit | 069daef17ba7bc9241f4170f678e2a236cd51d7f (patch) | |
| tree | ee0831f90b3bb1d9c9cc475907ab00a798db28c4 /src/utils/vec_map.rs | |
| parent | Revert "Old message on update (#368)" (diff) | |
| download | serenity-069daef17ba7bc9241f4170f678e2a236cd51d7f.tar.xz serenity-069daef17ba7bc9241f4170f678e2a236cd51d7f.zip | |
Change default branch to 'current'
The default branch of 'master' has a few issues, but the biggest technical issue
is that it doesn't accurately represent the development work done on it by name
alone: is it the branch for maintaining the "current" released version, or for
the development of the next majour version? In certain Rust projects these are
combined into one branch, but we don't do this, so this is one way out of the
ambiguity.
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. /// |