Skip to content

Commit 5bde6e8

Browse files
Remove ProxiedInMapValue alias, since it is superceded by MapValue
PiperOrigin-RevId: 866010725
1 parent 2914ef5 commit 5bde6e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/shared.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ pub use crate::codegen_traits::{
2929
pub use crate::cord::{ProtoBytesCow, ProtoStringCow};
3030
pub use crate::map::{Map, MapIter, MapKey, MapMut, MapValue, MapView};
3131

32-
// TODO: Remove this alias once we have confirmed there are no incoming references.
33-
pub use MapValue as ProxiedInMapValue;
34-
3532
pub use crate::optional::Optional;
3633
pub use crate::proxied::{
3734
AsMut, AsView, IntoMut, IntoProxied, IntoView, Mut, MutProxied, Proxied, View,

0 commit comments

Comments
 (0)