Skip to content

Commit

Permalink
remove unused imports in tests for yaml_load.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 15, 2024
1 parent 53413d5 commit 28f140b
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 28f140b

Please sign in to comment.