diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rope.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rope.rs b/src/rope.rs index c176da3..4e14d84 100644 --- a/src/rope.rs +++ b/src/rope.rs @@ -60,7 +60,7 @@ impl Rope { } } - const EMPTY: Rope = Rope(Node::Leaf(Leaf{ + const EMPTY: Rope = Rope(Node::Leaf(Leaf { unsafe_buf: None, start: 0, end: 0, |
