We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ed987 commit 1b72a18Copy full SHA for 1b72a18
bpf-rs/src/insns.rs
@@ -257,8 +257,8 @@ pub fn exit() -> sys::bpf_insn {
257
258
#[cfg(test)]
259
mod tests {
260
- use bpfdeploy_libbpf_sys as sys;
261
use super::*;
+ use bpfdeploy_libbpf_sys as sys;
262
263
#[test]
264
fn test_abi_compat() {
justfile
@@ -18,5 +18,8 @@ sudorun example:
18
just build-example {{example}}
19
sudo ./target/debug/examples/{{example}}
20
21
+fmt:
22
+ cargo fmt
23
+
24
alias r := run
25
alias t := test
0 commit comments