-
- Downloads
list_builder: Allow the struct to not be pub
Really, we probably don't want any of these not to be pub, but it triggers "unreachable pub" in my test cases, and making it not pub by mistake seems not very serious, and likely to be noticed. Making the struct private in the test cases has the useful effect of checking that all the methods are tested.
parent
83b9fbea
No related branches found
No related tags found
Please register or sign in to comment