aboutsummaryrefslogtreecommitdiffstats
path: root/ports/stable-rust/src/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-07-08 16:20:14 -0700
committerGitHub <noreply@github.com>2016-07-08 16:20:14 -0700
commite50e4f99bf4668d183226251d8ea55fa36f72fe0 (patch)
treecb28bbf4895ddef70a439637d83c88a66bba3d10 /ports/stable-rust/src/lib.rs
parent7afe975281326490cdbf0ee3c0d151a2ecb13784 (diff)
parent38b6b24a5da8670b21d18a4074346f5537e3185a (diff)
downloadservo-e50e4f99bf4668d183226251d8ea55fa36f72fe0.tar.gz
servo-e50e4f99bf4668d183226251d8ea55fa36f72fe0.zip
Auto merge of #12319 - servo:stable-geckolib, r=larsbergstrom+SimonSapin
Use a stable compiler for build-geckolib <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #11815 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because CI already runs `./mach build-geckolib` <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12319) <!-- Reviewable:end -->
Diffstat (limited to 'ports/stable-rust/src/lib.rs')
-rw-r--r--ports/stable-rust/src/lib.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/ports/stable-rust/src/lib.rs b/ports/stable-rust/src/lib.rs
deleted file mode 100644
index 6bbd4e4ce37..00000000000
--- a/ports/stable-rust/src/lib.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#[cfg(test)]
-mod test {
- #[test]
- fn it_works() {
- }
-}