We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc42be commit 12526d5Copy full SHA for 12526d5
idna/tests/punycode.rs
@@ -7,8 +7,8 @@
7
// except according to those terms.
8
9
use idna::punycode::{decode, encode_str};
10
-use serde_json::Value;
11
use serde_json::map::Map;
+use serde_json::Value;
12
use std::str::FromStr;
13
use test::TestFn;
14
idna/tests/tests.rs
@@ -1,6 +1,6 @@
1
extern crate idna;
2
-extern crate serde_json;
3
extern crate rustc_test as test;
+extern crate serde_json;
4
5
mod punycode;
6
mod uts46;
0 commit comments