aboutsummaryrefslogtreecommitdiff
path: root/src/yellow/red.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/yellow/red.rs')
-rw-r--r--src/yellow/red.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yellow/red.rs b/src/yellow/red.rs
index e124fc76e..91c4cd77f 100644
--- a/src/yellow/red.rs
+++ b/src/yellow/red.rs
@@ -1,4 +1,5 @@
1use std::ptr; 1use std::ptr;
2
2use parking_lot::RwLock; 3use parking_lot::RwLock;
3use {yellow::GreenNode, TextUnit}; 4use {yellow::GreenNode, TextUnit};
4 5