This commit is contained in:
jane 2021-12-28 17:53:14 -05:00
parent d4d43e12e3
commit b9a1bcebf0
1 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ impl Pattern for Value {
}
pub fn parse_line(v: Vec<String>) -> Result<Box<dyn Pattern>, ParseError> {
println!("{:?}", v);
v.try_into()
}