Skip to content

Commit d023aaa

Browse files
authored
Merge pull request #531 from rhysd/unused-import
Remove unused imports in tests for yaml_load.rs
2 parents 7111b03 + 28f140b commit d023aaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parsing/yaml_load.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@ impl<'a> Parser<'a> {
887887
#[cfg(test)]
888888
mod tests {
889889
use super::*;
890-
use crate::parsing::syntax_definition::*;
891890
use crate::parsing::Scope;
892891

893892
#[test]

0 commit comments

Comments
 (0)