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 122d793 commit b305af0Copy full SHA for b305af0
examples/summarize-events/src/main.rs
@@ -12,7 +12,7 @@ extern crate string_cache;
12
extern crate rustc_serialize;
13
extern crate phf_shared;
14
15
-#[path = "../../../string-cache-codegen/shared.rs"]
+#[path = "../../../shared/lib.rs"]
16
#[allow(dead_code)]
17
mod shared;
18
0 commit comments