]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/template: suppress unread variable warning 6222/head
authorJason Ish <jason.ish@oisf.net>
Mon, 21 Jun 2021 20:00:45 +0000 (14:00 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 22 Jun 2021 19:38:33 +0000 (13:38 -0600)
commit0e8a248b990ed0e884383d336f9ad8305c6d116a
treeef952a7defa7e92c241dc777c222f32d0ab24e22
parentb6fd5e0c2d906e5dfa729654a7dba3535cbbd79b
rust/template: suppress unread variable warning

Suppress the warning about an unused variable in the template
parser. As this is just a template I think this is OK, however
master should make sure this variable is used, if only to be
more self documenting.
rust/src/applayertemplate/template.rs