Skip to content

Commit

Permalink
fix: export source types
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed May 30, 2024
1 parent 07a82a7 commit bf8aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub use read_only::*;
pub use relations::{nth_relation, relations_like, NthRelation, Relations, RelationsIter};
pub use relations_mut::{relations_like_mut, RelationsIterMut, RelationsMut};
pub use satisfied::Satisfied;
pub use source::Source;
pub use source::{FromRelation, Source, Traverse};
pub use transform::{Added, Modified, TransformFetch};

#[doc(hidden)]
Expand Down

0 comments on commit bf8aa90

Please sign in to comment.