This commit is contained in:
Euclid Ye 2025-07-06 09:09:54 +00:00 committed by GitHub
commit 63aa27149e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;