Skip to content

Commit

Permalink
Adjust visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 14, 2024
1 parent 2ebbd92 commit 2613cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-federation/src/operation/selection_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ pub(crate) enum Entry<'a> {
}

impl<'a> Entry<'a> {
pub fn or_insert(
pub(crate) fn or_insert(
self,
produce: impl FnOnce() -> Result<Selection, FederationError>,
) -> Result<SelectionValue<'a>, FederationError> {
Expand Down

0 comments on commit 2613cd1

Please sign in to comment.