mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove the empty stable-rust crate.
This commit is contained in:
parent
79ef0a5d7f
commit
846a951155
3 changed files with 0 additions and 17 deletions
1
ports/stable-rust/.gitignore
vendored
1
ports/stable-rust/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/target
|
|
@ -1,6 +0,0 @@
|
|||
[package]
|
||||
name = "stable-rust"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
|
||||
[dependencies]
|
|
@ -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() {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue