mirror of
https://github.com/OISF/suricata.git
synced 2026-05-28 04:32:12 -04:00
rust: format ffi files
Ticket: 3836
This commit is contained in:
parent
f7c14809f4
commit
f217e249cb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/builds.yml
vendored
2
.github/workflows/builds.yml
vendored
|
|
@ -389,7 +389,7 @@ jobs:
|
|||
- run: cargo fmt --check
|
||||
working-directory: rust/derive
|
||||
- run: rustfmt --check rust/src/dns/*.rs rust/src/applayertemplate/*.rs rust/src/asn1/*.rs
|
||||
rust/src/bittorrent_dht/*.rs rust/src/enip/*.rs
|
||||
rust/src/bittorrent_dht/*.rs rust/src/enip/*.rs rust/src/ffi/*.rs
|
||||
- name: Check if Cargo.lock.in is up to date
|
||||
run: |
|
||||
cp rust/Cargo.lock rust/Cargo.lock.in
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@
|
|||
|
||||
//! Module that exposes C bindings to the Suricata Rust library.
|
||||
|
||||
pub mod hashing;
|
||||
pub mod base64;
|
||||
pub mod hashing;
|
||||
pub mod strings;
|
||||
|
|
|
|||
Loading…
Reference in a new issue