Skip to content

Commit

Permalink
Merge branch 'qmonnet:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pcy190 authored Mar 15, 2024
2 parents 9ea7f41 + 505d54a commit 69b7eb8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform:
environment:
matrix:
- TOOLCHAIN_VERSION: 14.0
RUST: 1.64.0
RUST: 1.76.0
- TOOLCHAIN_VERSION: 14.0
RUST: beta
- TOOLCHAIN_VERSION: 14.0
Expand Down
1 change: 0 additions & 1 deletion src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
extern crate libc;

use std::u64;
use time;

// Helpers associated to kernel helpers
// See also linux/include/uapi/linux/bpf.h in Linux kernel sources.
Expand Down
1 change: 0 additions & 1 deletion src/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Copyright 2016 6WIND S.A. <[email protected]>
// (Translation to Rust, MetaBuff addition)

use std;
use std::mem;
use std::collections::HashMap;
use std::fmt::Formatter;
Expand Down

0 comments on commit 69b7eb8

Please sign in to comment.