Skip to content

Commit 4934d34

Browse files
fixed generics
1 parent d7dc26d commit 4934d34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/push.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ fn push<S: BuildHasher>(
173173
}
174174
}
175175

176-
pub fn push_raw<S: BuildHasher>(
176+
/// Pushes snappy compressed data to url as is.
177+
pub fn push_raw(
177178
url: &str,
178179
mfs: Vec<proto::MetricFamily>,
179180
method: &str,

0 commit comments

Comments
 (0)