diff options
| author | dylni <46035563+dylni@users.noreply.github.com> | 2022-03-19 10:30:34 -0400 |
|---|---|---|
| committer | dylni <46035563+dylni@users.noreply.github.com> | 2022-04-17 01:23:46 -0400 |
| commit | e87082293e11a2f9c6d38bcd9896e8742e110ef8 (patch) | |
| tree | f0c2a82bf1bffaabc8b3798208b1417669f1800a /library/std/src/lib.rs | |
| parent | 2c28b0eaf9843ec0f493fca2dba506fe4d9174fb (diff) | |
| download | rust-e87082293e11a2f9c6d38bcd9896e8742e110ef8.tar.gz rust-e87082293e11a2f9c6d38bcd9896e8742e110ef8.zip | |
Improve Windows path prefix parsing
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index da7753216d0..f60b604f1b1 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -240,6 +240,7 @@ #![feature(exhaustive_patterns)] #![feature(intra_doc_pointers)] #![feature(lang_items)] +#![feature(let_chains)] #![feature(linkage)] #![feature(min_specialization)] #![feature(must_not_suspend)] |
