diff options
author | Aleksey Kladov <[email protected]> | 2018-08-10 15:49:45 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-10 15:49:45 +0100 |
commit | 2e165ae82eed1dc62f1f4c68e45440c143c7c8ef (patch) | |
tree | 4148d68878bbd05a0c7b7f4ace803083f23293fd /src/yellow/green.rs | |
parent | d7c5a6f3081c2e7266620779d3c32067f947b959 (diff) |
logging
Diffstat (limited to 'src/yellow/green.rs')
-rw-r--r-- | src/yellow/green.rs | 6 |
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] | ||
60 | fn assert_send_sync() { | ||
61 | fn f<T: Send + Sync>() {} | ||
62 | f::<GreenNode>(); | ||
63 | } | ||
64 | |||
65 | #[derive(Clone, Debug)] | 59 | #[derive(Clone, Debug)] |
66 | pub(crate) struct GreenBranch { | 60 | pub(crate) struct GreenBranch { |
67 | text_len: TextUnit, | 61 | text_len: TextUnit, |