summaryrefslogtreecommitdiff
path: root/tools/sync_rust_crates.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-10 14:34:54 -0400
committerGitHub <noreply@github.com>2019-09-10 14:34:54 -0400
commit49aea7abbc6260cf1974233e96933bd306ce53c0 (patch)
tree7413cabcee2b4bb04c9a317ae1b1206fd3b70df4 /tools/sync_rust_crates.py
parentacee1944b9419e101f515a501b11653af8229258 (diff)
Minor fixes in tools/ (#2906)
* Fix tools/docs.py * Remove dead code: sync_rust_crates.py
Diffstat (limited to 'tools/sync_rust_crates.py')
-rwxr-xr-xtools/sync_rust_crates.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/sync_rust_crates.py b/tools/sync_rust_crates.py
deleted file mode 100755
index 658207546..000000000
--- a/tools/sync_rust_crates.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-# There is a magic tool which has no documentation. It is used to update rust
-# crates in third_party. https://github.com/piscisaureus/gnargo
-import third_party
-import util
-util.enable_ansi_colors()
-third_party.run_cargo()