We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5669d9 commit a3c8438Copy full SHA for a3c8438
src/lib.rs
@@ -34,7 +34,7 @@ fn cstr_ptr(s: *const u8) -> *const c_char {
34
#[cfg(not(target_os = "macos"))]
35
#[inline]
36
fn cstr_ptr(s: *const u8) -> *const c_char {
37
- s as *const u8 as *const c_char
+ s as *const c_char
38
}
39
40
// NGINX module for Gateway API inference extensions.
src/modules/bbr.rs
@@ -16,7 +16,7 @@ fn cstr_ptr(s: *const u8) -> *const c_char {
16
17
18
19
20
21
22
/// Get an incoming request header value by name (case-insensitive).
0 commit comments