]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: fix urls in comments 6644/head
authorJason Ish <jason.ish@oisf.net>
Wed, 17 Nov 2021 01:34:11 +0000 (19:34 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 24 Nov 2021 15:48:02 +0000 (09:48 -0600)
commit68e24d833c55a094f4a1d3461033628c2a336eec
tree1bb3c5d93017d48de87d2e92aecec57ba5e4e1b1
parent68718850685afc849b20c1e78059822b0fc59a16
rust: fix urls in comments

rustdoc was complaining about the format of the URL in a comment
while trying to generate documentation. Convert the comment to a
non-rustdoc comment for now to satisfy rustdoc.
rust/src/dhcp/dhcp.rs
rust/src/log.rs