diff options
| author | Lukas Kalbertodt <lukas.kalbertodt@gmail.com> | 2017-09-28 16:37:37 +0200 |
|---|---|---|
| committer | Lukas Kalbertodt <lukas.kalbertodt@gmail.com> | 2017-11-03 21:27:40 +0100 |
| commit | 04070d11485463f55edcf9cd37b443ebffe320e8 (patch) | |
| tree | 5367dd27a478b55323445808d6ce9960fc172ab0 /src/libstd/ascii.rs | |
| parent | d3f2be4bd8790da2af8ed2b85dcea77d95a5da3e (diff) | |
| download | rust-04070d11485463f55edcf9cd37b443ebffe320e8.tar.gz rust-04070d11485463f55edcf9cd37b443ebffe320e8.zip | |
Make ascii methods on u8 insta-stable
Those methods will shadow the methods of `AsciiExt`, so if we don't make them insta-stable, everyone will hitting stability errors. It is fine adding those as stable, because they are just being moved around [according to sfackler][1]. OPEN QUESTION: this commit also stabilizes the `AsciiExt` methods that were previously feature gated by the `ascii_ctype` feature. Maybe we don't want to stablilize those yet. [1]: https://github.com/rust-lang/rust/pull/44042#issuecomment-329939279
Diffstat (limited to 'src/libstd/ascii.rs')
0 files changed, 0 insertions, 0 deletions
