diff options
Diffstat (limited to 'ports/stable-rust/src/lib.rs')
-rw-r--r-- | ports/stable-rust/src/lib.rs | 10 |
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() { - } -} |