Skip to content

Commit

Permalink
Merge pull request #531 from rhysd/unused-import
Browse files Browse the repository at this point in the history
Remove unused imports in tests for yaml_load.rs
  • Loading branch information
Enselic authored May 30, 2024
2 parents 7111b03 + 28f140b commit d023aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parsing/yaml_load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ impl<'a> Parser<'a> {
#[cfg(test)]
mod tests {
use super::*;
use crate::parsing::syntax_definition::*;
use crate::parsing::Scope;

#[test]
Expand Down

0 comments on commit d023aaa

Please sign in to comment.