mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Update skeleton
This commit is contained in:
@@ -175,7 +175,7 @@ impl AssertSupported for StructField {
|
||||
impl AssertSupported for StructDeclarator {
|
||||
fn assert_supported(&self) {
|
||||
self.declarator.assert_supported();
|
||||
assert_eq!(true, self.bit_width.is_none());
|
||||
assert!(self.bit_width.is_none());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user