Merge pull request !1131 from fqwert/aaa
This commit is contained in:
openharmony_ci 2024-05-27 05:28:42 +00:00 committed by Gitee
commit 49689ef99c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -687,7 +687,7 @@ impl MsgParcel {
}
}
pub(crate) fn pin_mut(&mut self) -> Option<Pin<&mut MessageParcel>> {
pub fn pin_mut(&mut self) -> Option<Pin<&mut MessageParcel>> {
match &mut self.inner {
ParcelMem::Unique(p) => Some(p.pin_mut()),
_ => None,