Restore import that was broken in #57
This commit is contained in:
parent
8755753ed7
commit
bb72096438
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ fn need_quotes(string: &str) -> bool {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use YamlLoader;
|
||||
|
||||
#[test]
|
||||
fn test_emit_simple() {
|
||||
|
|
Loading…
Reference in a new issue