Hide UnpackedScalars

This commit is contained in:
Henry de Valence 2017-11-17 15:51:29 -08:00
parent 0cb70ae032
commit 504a557b33

View file

@ -427,7 +427,7 @@ impl Scalar {
}
/// Unpack this `Scalar` to an `UnpackedScalar`
pub fn unpack(&self) -> UnpackedScalar {
pub(crate) fn unpack(&self) -> UnpackedScalar {
UnpackedScalar::from_bytes(&self.0)
}