Nick Cameron
|
2d3823441f
|
Put slicing syntax behind a feature gate.
[breaking-change]
If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate.
|
2014-10-07 15:49:53 +13:00 |
|
Aaron Turon
|
7bf56df4c8
|
Revert "Put slicing syntax behind a feature gate."
This reverts commit 95cfc35607 .
|
2014-10-02 11:47:51 -07:00 |
|
Nick Cameron
|
95cfc35607
|
Put slicing syntax behind a feature gate.
[breaking-change]
If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate.
|
2014-10-02 13:23:36 +13:00 |
|
Nick Cameron
|
cf9c586fcc
|
reviewer changes
|
2014-09-19 14:30:54 +12:00 |
|