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
Jason Ish 5ee8323028 rust: remove unnecessary parentheses (Rust 1.40 fixup)
Rust 1.40 in strict mode will now fail the build on the
presence of unnecessary parentheses.

warning: unnecessary parentheses around type
  --> src/smb/smb2_ioctl.rs:41:12
   |
41 |         -> (&mut SMBTransaction)
   |            ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
   |
   = note: `#[warn(unused_parens)]` on by default
6 years ago
..
.cargo rust: make distcheck fixes 8 years ago
src rust: remove unnecessary parentheses (Rust 1.40 fixup) 6 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in configure: detect lua integer size 6 years ago
Makefile.am configure: fixing rust/cargo cross compile command 6 years ago
gen-c-headers.py rust/sip: add parser for SIP protocol 6 years ago
rustfmt.toml rustfmt: use default rustfmt configuration 6 years ago