diff options
| author | Ethan Brierley <ethanboxx@gmail.com> | 2021-05-18 10:37:28 +0100 |
|---|---|---|
| committer | Ethan Brierley <ethanboxx@gmail.com> | 2021-06-14 09:58:32 +0100 |
| commit | b59f7d9662b47e1d62f09ec448dbda321fa5a406 (patch) | |
| tree | 451307dee2ad7bb8834f86b90e3ceb05bf2ff551 /library/std/src/lib.rs | |
| parent | 14831568d506b5ee7be3e7d5a2f029ce9048b609 (diff) | |
| download | rust-b59f7d9662b47e1d62f09ec448dbda321fa5a406.tar.gz rust-b59f7d9662b47e1d62f09ec448dbda321fa5a406.zip | |
stabilize `int_error_matching`
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index c4f21587457..62722c9d521 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -275,7 +275,6 @@ #![feature(global_asm)] #![feature(hashmap_internals)] #![feature(int_error_internals)] -#![feature(int_error_matching)] #![feature(integer_atomics)] #![feature(into_future)] #![feature(intra_doc_pointers)] |
