From ae2ef07c3a31e59becf1eaeb67961530ff64978b Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 1 Nov 2014 00:33:41 -0400 Subject: [PATCH] Remove old comment --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 0d914e4..b7f5e1b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -104,8 +104,6 @@ pub enum Node { impl Node { - // PRIVATE - fn next_direction(&self, to_insert: &V) -> Direction { match self { &TwoNode(Two(ref value, _, _)) => -- 2.51.2