mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Fix hw1 fuzzer
This commit is contained in:
@@ -525,7 +525,6 @@ impl AssertSupported for Integer {
|
||||
|
||||
impl AssertSupported for Float {
|
||||
fn assert_supported(&self) {
|
||||
assert_eq!(self.base, FloatBase::Decimal);
|
||||
self.suffix.format.assert_supported();
|
||||
assert_eq!(false, self.suffix.imaginary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user