minor cleans
This commit is contained in:
		
							parent
							
								
									513e546836
								
							
						
					
					
						commit
						cbfaa1e382
					
				| @ -137,7 +137,7 @@ pub fn parse(data_struct: &DataStruct, name: &Ident, root: &String) -> Tokens { | |||||||
|                   #label = parsed_structure; |                   #label = parsed_structure; | ||||||
|                 }, |                 }, | ||||||
|                 Err(msg) => { |                 Err(msg) => { | ||||||
|                   println!("ERROR {:?}", msg); |                   return Err(msg); | ||||||
|                 }, |                 }, | ||||||
|               } |               } | ||||||
|             }, |             }, | ||||||
| @ -167,7 +167,7 @@ pub fn parse(data_struct: &DataStruct, name: &Ident, root: &String) -> Tokens { | |||||||
|                       #label.push(parsed_item); |                       #label.push(parsed_item); | ||||||
|                     }, |                     }, | ||||||
|                     Err(msg) => { |                     Err(msg) => { | ||||||
|                       println!("ERROR {:?}", msg); |                       return Err(msg); | ||||||
|                     }, |                     }, | ||||||
|                   } |                   } | ||||||
|                 }, |                 }, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user