You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Shivani Bhardwaj bbfd706e1f rust: fix compiler warning
rustc 1.36 introduced:

error: variable does not need to be mutable
   --> src/dhcp/parser.rs:202:17
    |
202 |             let mut malformed_options = false;
    |                 ----^^^^^^^^^^^^^^^^^
    |                 |
    |                 help: remove this `mut`
    |
note: lint level defined here
   --> src/lib.rs:18:38
    |
18  | #![cfg_attr(feature = "strict", deny(warnings))]
    |                                      ^^^^^^^^
    = note: #[deny(unused_mut)] implied by #[deny(warnings)]

error: aborting due to previous error

error: Could not compile `suricata`.

Ticket #3072.
7 years ago
..
.cargo rust: make distcheck fixes 9 years ago
src rust: fix compiler warning 7 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in rust: remove libc crate dependency 7 years ago
Makefile.am make: Remove rust generated headers during clean 7 years ago
gen-c-headers.py rust: remove libc crate dependency 7 years ago
rustfmt.toml rustfmt.toml: set to 80 char line width 8 years ago