diff --git a/src/lib.rs b/src/lib.rs index bd11ff9..eb6ab2d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ impl From for TestError { } } -/// Unit test result +/// Unit test result - always panics when an error occurs /// /// This type allows panicking when encountering any type of /// failure. Thus it allows using the `?` operator in unit tests but still