summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-12-29 01:25:30 -0800
committerIrene Knapp <ireneista@gmail.com>2020-12-29 01:25:30 -0800
commit3378c0c3704e1b85f23459fc1273186ec9ecbd8a (patch)
treef5a5f57c48ddfe43a1a3371e7e96dc7aa07af445 /src/main.rs
parentdb31e770be89cc3e693ffef470878267efeff406 (diff)
add a FromStr instance for GenericPathComponent, and a new type PathError
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3b7d26d..a8d8f50 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,6 +4,7 @@ use std::collections::HashSet;
 use std::io;
 use std::io::prelude::*;
 use std::os::unix::fs::PermissionsExt;
+use std::str::FromStr;
 
 #[macro_use] extern crate lalrpop_util;