summaryrefslogtreecommitdiffstats
path: root/third_party/rust/url/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/url/Makefile')
-rw-r--r--third_party/rust/url/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/rust/url/Makefile b/third_party/rust/url/Makefile
deleted file mode 100644
index c6f1ff0c9..000000000
--- a/third_party/rust/url/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-test:
- cargo test --features "query_encoding serde rustc-serialize"
- [ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heapsize
-
-.PHONY: test