[#1] Fixed up unused imports, docs, and tests.

This commit is contained in:
2025-03-10 13:04:37 -04:00
parent 273a7c1699
commit 59b1e2eea1
9 changed files with 8 additions and 33 deletions

View File

@ -60,10 +60,6 @@ mod tests
#[test]
fn $func_name()
{
use bounded::Bounded;
assert_eq!($T::MIN, $minVal);
assert_eq!($T::MAX, $maxVal);
}