File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,16 @@ rust-smallvec
3
3
4
4
> ** ⚠️ Note:**
5
5
> This is the code for smallvec 2.0, which is not yet ready for release. For
6
- > details about the changes in version 2.0, please see #183 , #240 , and #284 .
6
+ > details about the changes in version 2.0, please see [ #183 ] , [ #240 ] , and [ #284 ] .
7
7
>
8
8
> The source code for the latest smallvec 1.x.y release can be found on the
9
9
> [ v1 branch] . Bug fixes for smallvec 1 should be based on that branch, while
10
10
> new feature development should go on the v2 branch.
11
11
12
12
[ v1 branch ] : https://github.com/servo/rust-smallvec/tree/v1
13
+ [ #183 ] : https://github.com/servo/rust-smallvec/issues/183
14
+ [ #240 ] : https://github.com/servo/rust-smallvec/issues/240
15
+ [ #284 ] : https://github.com/servo/rust-smallvec/issues/284
13
16
14
17
## About smallvec
15
18
You can’t perform that action at this time.
0 commit comments