Sun, 27 Jan 2019 04:12:51 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -26,6 +26,6 @@ fn main() {
 | 
				
			|||||||
			let data: ParserResult = parser(BufReader::new(file));
 | 
								let data: ParserResult = parser(BufReader::new(file));
 | 
				
			||||||
			println!("{:#?}", serde_json::to_string_pretty(&data));
 | 
								println!("{:#?}", serde_json::to_string_pretty(&data));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		_ => panic!("Error File!"),
 | 
							_ => panic!("File does not exist or is not available."),
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user