summaryrefslogtreecommitdiff
path: root/cli/disk_cache.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-12 11:08:00 +0200
committerGitHub <noreply@github.com>2020-09-12 11:08:00 +0200
commit60dbc6b29417d666bf01762be84f12b9d2217f90 (patch)
tree1755f5a8f65f692c3db72365d58dc669c934f3e0 /cli/disk_cache.rs
parente3319f34a6ece36eab3138eae83c8d0e18fcc07c (diff)
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c.
Diffstat (limited to 'cli/disk_cache.rs')
-rw-r--r--cli/disk_cache.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/disk_cache.rs b/cli/disk_cache.rs
index 37aad764e..d6fb9866c 100644
--- a/cli/disk_cache.rs
+++ b/cli/disk_cache.rs
@@ -103,9 +103,6 @@ impl DiskCache {
out = out.join(remaining_components);
}
- "data" => {
- out.push(crate::checksum::gen(&[url.as_str().as_bytes()]));
- }
scheme => {
unimplemented!(
"Don't know how to create cache name for scheme: {}",