Skip to content

Commit cac78db

Browse files
style: clean up serde imports in errors.rs
1 parent 95e0f4e commit cac78db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pre-compute/src/compute/errors.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
use serde::Serializer;
2-
use serde::ser::SerializeStruct;
1+
use serde::{Serializer, ser::SerializeStruct};
32
use thiserror::Error;
43

54
#[derive(Debug, PartialEq, Clone, Error)]

0 commit comments

Comments
 (0)