mirror of
https://github.com/microsoft/edit.git
synced 2025-07-07 21:35:16 +00:00
let_chains are stable now
This commit is contained in:
parent
488c721b00
commit
200ae1936c
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#![feature(allocator_api, let_chains, linked_list_cursors, string_from_utf8_lossy_owned)]
|
||||
#![feature(allocator_api, linked_list_cursors, string_from_utf8_lossy_owned)]
|
||||
|
||||
mod documents;
|
||||
mod draw_editor;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
allocator_api,
|
||||
breakpoint,
|
||||
cold_path,
|
||||
let_chains,
|
||||
linked_list_cursors,
|
||||
maybe_uninit_fill,
|
||||
maybe_uninit_slice,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue