Skip to content

Commit c52d920

Browse files
committed
hack: skip clippy for a sec
1 parent 79f8720 commit c52d920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bottlecap/src/logs/flusher.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ impl Flusher {
6161
}
6262
}
6363

64+
#[allow(clippy::unwrap_used)]
6465
async fn send(client: reqwest::Client, api_key: String, fqdn: String, data: Vec<u8>) {
6566
let url = format!("{fqdn}/api/v2/logs");
6667
let mut encoder = Encoder::new(Vec::new(), 0).unwrap();

0 commit comments

Comments
 (0)