Remove the empty stable-rust crate.

This commit is contained in:
Simon Sapin 2016-07-07 17:12:21 +02:00
parent 79ef0a5d7f
commit 846a951155
3 changed files with 0 additions and 17 deletions

View file

@ -1 +0,0 @@
/target

View file

@ -1,6 +0,0 @@
[package]
name = "stable-rust"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[dependencies]

View file

@ -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() {
}
}