diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2014-08-22 11:28:02 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2014-08-22 11:28:02 +0100 |
commit | f87b7f4967e1c37f6f2f5618f9c7ae370fa32409 (patch) | |
tree | b80c757da66f4a72744b82e778b7e800b8aae022 /src | |
parent | efc221d10eba9110b509b51d9611a9819ff5674e (diff) | |
parent | c836784d53a6ae76aef8c3c70f4f72a30ec79395 (diff) | |
download | servo-f87b7f4967e1c37f6f2f5618f9c7ae370fa32409.tar.gz servo-f87b7f4967e1c37f6f2f5618f9c7ae370fa32409.zip |
Merge pull request #3130 from SimonSapin/remove-rust-submodule
Remove rust submodule
Diffstat (limited to 'src')
m--------- | src/compiler/rust | 0 | ||||
-rw-r--r-- | src/compiler/rust-auto-clean-trigger | 4 | ||||
-rw-r--r-- | src/compiler/rust-snapshot-hash | 1 | ||||
-rw-r--r-- | src/etc/tidy.py | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/src/compiler/rust b/src/compiler/rust deleted file mode 160000 -Subproject 5e4a171bd551433e8d58114744c4efbc4bc90ae diff --git a/src/compiler/rust-auto-clean-trigger b/src/compiler/rust-auto-clean-trigger deleted file mode 100644 index 010883421ab..00000000000 --- a/src/compiler/rust-auto-clean-trigger +++ /dev/null @@ -1,4 +0,0 @@ -# If this file is modified, then rust will be forcibly cleaned and then rebuilt. -# The actual contents of this file do not matter, but to trigger a change on the -# build bots then the contents should be changed so git updates the mtime. -2014-07-16 diff --git a/src/compiler/rust-snapshot-hash b/src/compiler/rust-snapshot-hash deleted file mode 100644 index 7497980738a..00000000000 --- a/src/compiler/rust-snapshot-hash +++ /dev/null @@ -1 +0,0 @@ -9de20198aedb3c3419ee503755e04bcc198d3a94/rust-0.12.0-pre diff --git a/src/etc/tidy.py b/src/etc/tidy.py index d529bfd5f8b..f5175013f55 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -48,7 +48,6 @@ exceptions = [ # Upstream "src/support", "src/platform", - "src/compiler", "src/test/wpt/web-platform-tests", # Generated and upstream code combined with our own. Could use cleanup |