mirror of
https://github.com/kmc7468/cs420.git
synced 2026-06-21 06:38:47 +09:00
Update skeleton
This commit is contained in:
+1
-1
@@ -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