]> git.lizzy.rs Git - rust.git/commit
dlist: Put all tests into a tests module
authorblake2-ppc <blake2-ppc>
Wed, 10 Jul 2013 01:49:32 +0000 (03:49 +0200)
committerblake2-ppc <blake2-ppc>
Thu, 11 Jul 2013 13:54:34 +0000 (15:54 +0200)
commit4fa69ab97ca4a5d570eec28c0ef979cd829686c6
tree92e56506c0ba325d16773c7664d60557535fb371
parent8d06efb8ea0857844f856ab5fd87aed89d4bf718
dlist: Put all tests into a tests module

The exception is the function check_links which needs access to struct
Node (which is not pub).
src/libextra/dlist.rs