Skip to content

Commit

Permalink
fix: Remove redundant use of then exported items
Browse files Browse the repository at this point in the history
Fixes `warning: private item shadows public glob re-export`
  • Loading branch information
lu-zero committed Oct 19, 2023
1 parent 617c9fc commit bffff62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,12 @@ use crate::{

use self::{
affordance::{
AffordanceBuilder, BuildableAffordance, CheckableInteractionAffordanceBuilder, IntoUsable,
AffordanceBuilder, BuildableAffordance, CheckableInteractionAffordanceBuilder,
UsableActionAffordanceBuilder, UsableEventAffordanceBuilder,
UsablePropertyAffordanceBuilder,
},
data_schema::{
uri_variables_contains_arrays_objects, CheckableDataSchema, PartialDataSchemaBuilder,
UncheckedDataSchemaFromOther,
uri_variables_contains_arrays_objects, CheckableDataSchema, UncheckedDataSchemaFromOther,
},
};

Expand Down

0 comments on commit bffff62

Please sign in to comment.