Open milibopp opened 7 years ago
This should not be needed, as the function can be used inside the macro.
Example:
use spectral::assert_that; // could be removed assert_that!(3).is_equal_to(3);
This should not be needed, as the function can be used inside the macro.
Example: