Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove placeholder linked Node for tail #8

Open
jonalmeida opened this issue Mar 6, 2015 · 1 comment
Open

Remove placeholder linked Node for tail #8

jonalmeida opened this issue Mar 6, 2015 · 1 comment
Labels

Comments

@jonalmeida
Copy link
Owner

Ref. src/datastructures/linkedlist.rs:146

            // FIXME Remove placeholder linked Node for tail
            match self.tail {
                Some(ref mut tail_node) => {
                    tail_node.insert_before(new_node);

(automatically generated by Github-Todos)

@jonalmeida jonalmeida added the TODO label Mar 6, 2015
@jonalmeida
Copy link
Owner Author

Ref. src/datastructures/linkedlist.rs:147

//             // FIXME Remove placeholder linked Node for tail
//             match self.tail {
//                 Some(ref mut tail_node) => {
//                     tail_node.insert_before(new_node);

(automatically generated by Github-Todos)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant