From e502da276b4aac49d1ac3b8a8896aa2670a442fc Mon Sep 17 00:00:00 2001 From: fteychene Date: Tue, 12 May 2020 14:57:16 +0200 Subject: feat: Add cache resolution on resolve --- dhall/build.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index bad6869..7ca4f21 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -250,8 +250,6 @@ fn generate_tests() -> std::io::Result<()> { variant: "ImportSuccess", exclude_path: Rc::new(|path: &str| { false - // TODO: import hash - || path == "hashFromCache" // TODO: the standard does not respect https://tools.ietf.org/html/rfc3986#section-5.2 || path == "unit/asLocation/RemoteCanonicalize4" // TODO: import headers -- cgit v1.2.3