summaryrefslogtreecommitdiff
path: root/build_extra/rust/empty_crate.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-06 20:32:58 -0400
committerGitHub <noreply@github.com>2019-09-06 20:32:58 -0400
commitacaff6d05622ec54b37b7f378c2d2b2f723ba8d5 (patch)
treef92184a43b14c8ff6a15709b6e186f3ae1730697 /build_extra/rust/empty_crate.rs
parent595b4daa77771458457e178b6b590a044cd41ad0 (diff)
Remove tools/build.py (#2865)
Testing regression: ASAN build removed.
Diffstat (limited to 'build_extra/rust/empty_crate.rs')
-rw-r--r--build_extra/rust/empty_crate.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_extra/rust/empty_crate.rs b/build_extra/rust/empty_crate.rs
deleted file mode 100644
index 5a44ccea9..000000000
--- a/build_extra/rust/empty_crate.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-fn main() {}