cl-structures: add todo w/r/t tree traversal api
This commit is contained in:
parent
af35dd1bb3
commit
2cdf112aa6
@ -14,7 +14,7 @@
|
|||||||
//! assert_eq!(tree.get(root).unwrap(), &"This is the root node")
|
//! assert_eq!(tree.get(root).unwrap(), &"This is the root node")
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
// #![allow(unused)]
|
// TODO: implement an Entry-style API for doing traversal algorithms
|
||||||
|
|
||||||
pub use self::tree_ref::Ref;
|
pub use self::tree_ref::Ref;
|
||||||
use std::ops::{Index, IndexMut};
|
use std::ops::{Index, IndexMut};
|
||||||
|
Loading…
Reference in New Issue
Block a user