summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-03 17:04:16 -0500
committerMatan Kushner <hello@matchai.dev>2020-02-03 17:04:16 -0500
commitf14aef476950532123b5bba1f1a8bfd6372f7768 (patch)
tree161bf9cae37b8030d88b7261193f0f7a27f6926e /src
parent0d1578bbe10620186bc7eaf99fb2b33214d633af (diff)
chore(bump): v0.34.1v0.34.1
Diffstat (limited to 'src')
-rw-r--r--src/context.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/context.rs b/src/context.rs
index 6faa78844..46c51177e 100644
--- a/src/context.rs
+++ b/src/context.rs
@@ -177,10 +177,6 @@ pub struct DirContents {
}
impl DirContents {
- fn from_path(base: &PathBuf) -> Result<Self, std::io::Error> {
- Self::from_path_with_timeout(base, Duration::from_secs(30))
- }
-
fn from_path_with_timeout(base: &PathBuf, timeout: Duration) -> Result<Self, std::io::Error> {
let start = SystemTime::now();