Skip to content

Commit 589bee1

Browse files
committed
Fix existing clippy warnings
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 94164e9 commit 589bee1

File tree

1 file changed

+1
-3
lines changed
  • clarity/src/vm/ast/parser/v2

1 file changed

+1
-3
lines changed

clarity/src/vm/ast/parser/v2/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,9 +1124,7 @@ pub fn parse_collect_diagnostics(
11241124
mod tests {
11251125
use super::*;
11261126
use crate::vm::diagnostic::Level;
1127-
use crate::vm::types::{
1128-
ASCIIData, CharType, PrincipalData, SequenceData, StandardPrincipalData, UTF8Data,
1129-
};
1127+
use crate::vm::types::{ASCIIData, CharType, PrincipalData, SequenceData};
11301128

11311129
#[test]
11321130
fn test_parse_int() {

0 commit comments

Comments
 (0)