Closed obi1kenobi closed 3 years ago
recursion_too_deep() may have been intended as a test case (it's an otherwise-unused private function in a test module) but is not marked #[test].
recursion_too_deep()
#[test]
This PR adds the missing #[test] attribute.
My editor appears to have stripped some trailing whitespace from the file in the process -- let me know if you'd like me to put them back and I'd be happy to do that.
Merged. Thanks! Sorry for the long delay
recursion_too_deep()
may have been intended as a test case (it's an otherwise-unused private function in a test module) but is not marked#[test]
.This PR adds the missing
#[test]
attribute.