aboutsummaryrefslogtreecommitdiff
path: root/src/yellow/green.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-10 15:49:45 +0100
committerAleksey Kladov <[email protected]>2018-08-10 15:49:45 +0100
commit2e165ae82eed1dc62f1f4c68e45440c143c7c8ef (patch)
tree4148d68878bbd05a0c7b7f4ace803083f23293fd /src/yellow/green.rs
parentd7c5a6f3081c2e7266620779d3c32067f947b959 (diff)
logging
Diffstat (limited to 'src/yellow/green.rs')
-rw-r--r--src/yellow/green.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/yellow/green.rs b/src/yellow/green.rs
index 787968363..f505b26d7 100644
--- a/src/yellow/green.rs
+++ b/src/yellow/green.rs
@@ -56,12 +56,6 @@ impl GreenNode {
56 } 56 }
57} 57}
58 58
59#[test]
60fn assert_send_sync() {
61 fn f<T: Send + Sync>() {}
62 f::<GreenNode>();
63}
64
65#[derive(Clone, Debug)] 59#[derive(Clone, Debug)]
66pub(crate) struct GreenBranch { 60pub(crate) struct GreenBranch {
67 text_len: TextUnit, 61 text_len: TextUnit,