mirror of
https://github.com/microsoft/edit.git
synced 2025-08-04 10:59:57 +00:00
Chore: Remove unnecessary attribute let_chains
This commit is contained in:
parent
dd61854ad5
commit
4ffe764aa4
1 changed files with 1 additions and 1 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue