Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Jul 5, 2024
1 parent 51a9950 commit c9a0096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relay-event-schema/src/protocol/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use relay_common::time;
#[cfg(feature = "jsonschema")]
use relay_jsonschema_derive::JsonSchema;
use relay_protocol::{
Annotated, Arr, Array, Empty, FromValue, Getter, GetterIter, IntoValue, Object, Val, Value,
Annotated, Array, Empty, FromValue, Getter, GetterIter, IntoValue, Object, Val, Value,
};
#[cfg(feature = "jsonschema")]
use schemars::{gen::SchemaGenerator, schema::Schema};
Expand Down
2 changes: 1 addition & 1 deletion relay-protocol/src/condition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ impl std::ops::Not for RuleCondition {
#[cfg(test)]
mod tests {
use super::*;
use crate::{Array, GetterIter};
use crate::GetterIter;

#[derive(Debug)]
struct Exception {
Expand Down

0 comments on commit c9a0096

Please sign in to comment.