Skip to content

Commit

Permalink
Reduce prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jan 20, 2022
1 parent 01dc96c commit 00fbeb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions provider/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,14 @@ pub mod prelude {
pub use crate::resource::ResourceKey;
pub use crate::resource::ResourceOptions;
pub use crate::resource::ResourcePath;
pub use crate::{leading_tag, resource_key, tagged, trailing_tag};
pub use crate::resource_key;

pub use crate::any::AsDataProviderAnyMarkerWrap;
pub use crate::any::AsDowncastingAnyProvider;
#[cfg(feature = "serde")]
pub use crate::serde::AsDeserializingBufferProvider;
}

pub use prelude::*;

/// Re-export of the yoke crate for convenience of downstream implementors.
pub use yoke;

Expand Down

0 comments on commit 00fbeb2

Please sign in to comment.