Squelch warning regarding map_view mut

PiperOrigin-RevId: 586692967
pull/14910/head
Hong Shin 1 year ago committed by Copybara-Service
parent bb8958d180
commit 94ebf577e3
  1. 2
      rust/map.rs

@ -199,7 +199,7 @@ mod tests {
#[test] #[test]
fn test_dbg() { fn test_dbg() {
let mut map_view = MapView::from_inner(Private, new_map_inner()); let map_view = MapView::from_inner(Private, new_map_inner());
assert_that!(format!("{:?}", map_view), eq("MapView(\"i32\", \"i64\")")); assert_that!(format!("{:?}", map_view), eq("MapView(\"i32\", \"i64\")"));
} }
} }

Loading…
Cancel
Save