Restore import that was broken in #57

This commit is contained in:
David Tolnay 2017-05-08 10:44:17 -07:00
parent 8755753ed7
commit bb72096438

View file

@ -278,6 +278,7 @@ fn need_quotes(string: &str) -> bool {
#[cfg(test)]
mod tests {
use super::*;
use YamlLoader;
#[test]
fn test_emit_simple() {