Use stable rust

This commit is contained in:
Andras Schmelczer 2026-03-11 21:07:23 +00:00
parent 31993762de
commit c2144a2634
18 changed files with 118 additions and 44 deletions

View file

@ -18,7 +18,9 @@ pub struct ExampleDocument {
impl ExampleDocument {
#[must_use]
pub fn parent(&self) -> String { self.parent.clone() }
pub fn parent(&self) -> String {
self.parent.clone()
}
#[must_use]
pub fn left(&self) -> TextWithCursors {