nginxinc / ngx-rust

Rust binding for NGINX
Apache License 2.0
719 stars 59 forks source link

Make lint fails with errors #32

Closed f5yacobucci closed 11 months ago

f5yacobucci commented 1 year ago

Running make lint on the main branch generates errors.

Steps to reproduce the behavior:

  1. git clone [ngx-rust project]
  2. make lint

Expected behavior Ideally, make lint should complete clean without warnings (-D warnings) or errors. But make lint (cargo clippy) must complete without errors.

Your environment

Additional context Suggested tasks:

ivanitskiy commented 11 months ago

done via https://github.com/nginxinc/ngx-rust/pull/46