Skip to content

Commit

Permalink
Sync more changes from PR #700
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jun 25, 2024
1 parent 7f9f60d commit 0db4bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/src/reflect/map/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::reflect::RuntimeType;
mod empty;
mod generated;

/// Implemented for `HashMap` with appropriate keys and values
/// Implemented for `HashMap`, `BTreeMap` with appropriate keys and values
pub(crate) trait ReflectMap: Debug + Send + Sync + 'static {
fn reflect_iter(&self) -> ReflectMapIter;

Expand Down

0 comments on commit 0db4bc5

Please sign in to comment.