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 f875833 commit 482eb9dCopy full SHA for 482eb9d
src/test/lib.rs
@@ -3,13 +3,14 @@
3
extern crate protobuf;
4
5
mod shrug;
6
-mod test_root;
7
-mod text_format_test_data;
8
-mod test_nonunique_enum;
9
mod test_ident;
10
-mod test_lite_runtime;
11
-mod test_sanitize_file_name;
12
mod test_import;
13
mod test_import_imported;
+mod test_lite_runtime;
+mod test_nonunique_enum;
+mod test_root;
+mod test_sanitize_file_name;
+mod text_format_test;
14
+mod text_format_test_data;
15
16
mod test;
src/test/text_format_test.rs
@@ -2,7 +2,7 @@ use std::default::Default;
2
use text_format_test_data::*;
-use super::print_to_string;
+use protobuf::text_format::print_to_string;
fn t(expected: &str, setter: |&mut TestTypes|) {
let mut m = TestTypes::new();
0 commit comments