Use stable rust
This commit is contained in:
parent
31993762de
commit
c2144a2634
18 changed files with 118 additions and 44 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue