Skip to content

Commit 91e248f

Browse files
committed
pub CapacityOverflow::new()
1 parent e5513bf commit 91e248f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub struct CapacityOverflow {
142142
}
143143

144144
impl CapacityOverflow {
145-
pub(crate) fn new() -> CapacityOverflow {
145+
pub fn new() -> CapacityOverflow {
146146
CapacityOverflow { _priv: () }
147147
}
148148
}

0 commit comments

Comments
 (0)