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 da57233 commit 7148c7dCopy full SHA for 7148c7d
src/http/request.rs
@@ -435,7 +435,7 @@ impl<'a> From<&'a ngx_list_part_t> for ListPart<'a> {
435
fn from(raw: &'a ngx_list_part_t) -> Self {
436
Self {
437
raw,
438
- arr: &unsafe { from_raw_parts(raw.elts.cast::<ngx_table_elt_t>(), raw.nelts) },
+ arr: unsafe { from_raw_parts(raw.elts.cast::<ngx_table_elt_t>(), raw.nelts) },
439
}
440
441
0 commit comments