From b3e287b21e557a6321dfdf044326606258237cd5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 8 May 2017 10:44:17 -0700 Subject: [PATCH] Restore import that was broken in #57 --- saphyr/src/emitter.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/saphyr/src/emitter.rs b/saphyr/src/emitter.rs index 308bd93..cd83994 100644 --- a/saphyr/src/emitter.rs +++ b/saphyr/src/emitter.rs @@ -278,6 +278,7 @@ fn need_quotes(string: &str) -> bool { #[cfg(test)] mod tests { use super::*; + use YamlLoader; #[test] fn test_emit_simple() {