Skip to content

Commit 9b382d2

Browse files
committed
make map_into use pub(crate)
1 parent 1447ee0 commit 9b382d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use super::{Relation, Variable};
44

5-
pub fn map_into<T1: Ord, T2: Ord>(
5+
pub(crate) fn map_into<T1: Ord, T2: Ord>(
66
input: &Variable<T1>,
77
output: &Variable<T2>,
88
logic: impl FnMut(&T1) -> T2,

0 commit comments

Comments
 (0)