Update symbol_declaration.rs

This commit is contained in:
Yanting Zhang 2022-08-28 22:49:15 +08:00
parent 55c7288031
commit d9cdd837d4
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ impl<'a> SymbolDeclaration {
) {
for json in json_vec {
let json_names = Tools::match_tags(vec![json], name_path.to_vec());
assert!(json_names.len() > 0);
//assert!(json_names.len() > 0);
let width = Self::gen_var_width(json, dim_path.to_vec());