summaryrefslogtreecommitdiffstats
path: root/toolkit/library/gtest
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-13 12:15:45 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-03-13 12:15:45 +0100
commit7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1 (patch)
treeee9e0946bca9e3eb2f610b52a0c6b1167b11f0ff /toolkit/library/gtest
parenta1f143420203395d9a7f347bb232ca86daa40f2b (diff)
downloadUXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar
UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.gz
UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.lz
UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.tar.xz
UXP-7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1.zip
Remove cargo nsstring component
Part 3 for #58
Diffstat (limited to 'toolkit/library/gtest')
-rw-r--r--toolkit/library/gtest/rust/Cargo.lock11
-rw-r--r--toolkit/library/gtest/rust/Cargo.toml1
-rw-r--r--toolkit/library/gtest/rust/lib.rs1
3 files changed, 0 insertions, 13 deletions
diff --git a/toolkit/library/gtest/rust/Cargo.lock b/toolkit/library/gtest/rust/Cargo.lock
index 4f0318ab4..21b54ca30 100644
--- a/toolkit/library/gtest/rust/Cargo.lock
+++ b/toolkit/library/gtest/rust/Cargo.lock
@@ -39,17 +39,6 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
-name = "nsstring"
-version = "0.1.0"
-
-[[package]]
-name = "nsstring-gtest"
-version = "0.1.0"
-dependencies = [
- "nsstring 0.1.0",
-]
-
-[[package]]
name = "unicode-bidi"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/toolkit/library/gtest/rust/Cargo.toml b/toolkit/library/gtest/rust/Cargo.toml
index 38ca72d2c..f1a52aa4f 100644
--- a/toolkit/library/gtest/rust/Cargo.toml
+++ b/toolkit/library/gtest/rust/Cargo.toml
@@ -6,7 +6,6 @@ license = "MPL-2.0"
description = "Testing code for libgkrust"
[dependencies]
-nsstring-gtest = { path = "../../../../xpcom/rust/nsstring/gtest" }
gkrust-shared = { path = "../../rust/shared" }
[lib]
diff --git a/toolkit/library/gtest/rust/lib.rs b/toolkit/library/gtest/rust/lib.rs
index eb0f102b9..69dd0b9e6 100644
--- a/toolkit/library/gtest/rust/lib.rs
+++ b/toolkit/library/gtest/rust/lib.rs
@@ -3,4 +3,3 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
extern crate gkrust_shared;
-extern crate nsstring_gtest;