masscanned/src/smack
Pierre Lalet b642c34e42 Remove unneeded .clone() call
`pattern` is a reference, and according to `cargo test` output: "the
type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]`
copies the reference, which does not do anything and can be removed".
2023-10-18 02:19:51 +02:00
..
mod.rs Publication of masscanned v0.2.0 2021-12-08 11:30:17 +01:00
smack.rs Remove unneeded .clone() call 2023-10-18 02:19:51 +02:00
smack_constants.rs Publication of masscanned v0.2.0 2021-12-08 11:30:17 +01:00
smack_pattern.rs Publication of masscanned v0.2.0 2021-12-08 11:30:17 +01:00
smack_queue.rs Publication of masscanned v0.2.0 2021-12-08 11:30:17 +01:00
smack_utils.rs Update SmackFlags to support Copy 2023-07-03 18:26:17 +02:00