We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a4990 commit 7ed1931Copy full SHA for 7ed1931
src/hyperlight_host/src/metrics/mod.rs
@@ -208,7 +208,7 @@ mod tests {
208
assert!(
209
matches!(
210
histogram_value,
211
- metrics_util::debugging::DebugValue::Histogram(ref histogram) if histogram.len() == 1
+ metrics_util::debugging::DebugValue::Histogram(histogram) if histogram.len() == 1
212
),
213
"Histogram metric does not match expected value"
214
);
0 commit comments