diff --git a/proxmox-http-error/src/lib.rs b/proxmox-http-error/src/lib.rs index 1468668c..a8ccff7f 100644 --- a/proxmox-http-error/src/lib.rs +++ b/proxmox-http-error/src/lib.rs @@ -66,7 +66,7 @@ mod tests { #[test] fn test_http_err() { // Make sure the macro generates valid code. - http_err!(IM_A_TEAPOT, "Cannot brew coffee"); + let _ = http_err!(IM_A_TEAPOT, "Cannot brew coffee"); } #[test]