Skip to content

Commit

Permalink
Cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Oct 16, 2024
1 parent 271fe30 commit 49fd68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/load-people/sir.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use ixa::{
context::Context, define_person_property, define_person_property_with_default,
people::{ContextPeopleExt, PersonCreatedEvent, PersonPropertyChangeEvent},
people::{ContextPeopleExt, PersonCreatedEvent},
};

#[derive(Copy, Clone, PartialEq, Eq, Debug)]
Expand Down

0 comments on commit 49fd68a

Please sign in to comment.