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