Skip to content

Commit

Permalink
Rustfix codemod
Browse files Browse the repository at this point in the history
Summary:
Apply fixes from `./common/rust/tools/rustfix2/scripts/rustfix_codemod`

Then check any remaining lints highlighted and adjust code to correct them.

Reviewed By: zertosh

Differential Revision: D52975050

fbshipit-source-id: b52d4d84557c78110543d250a40173208fca17ca
  • Loading branch information
capickett authored and facebook-github-bot committed Jan 25, 2024
1 parent b102b3b commit 06f05e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion reverie-ptrace/src/gdbstub/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ pub use inferior::StoppedInferior;
pub use regs::CoreRegs;
pub use request::GdbRequest;
pub use server::GdbServer;
pub use session::Session;
2 changes: 0 additions & 2 deletions reverie-ptrace/src/gdbstub/regs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ mod x86_64;
pub use aarch64::CoreRegs;
#[cfg(target_arch = "x86_64")]
pub use x86_64::CoreRegs;
#[cfg(target_arch = "x86_64")]
pub use x86_64::ExtraRegs;
1 change: 0 additions & 1 deletion reverie-ptrace/src/perf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use lazy_static::lazy_static;
use nix::sys::signal::Signal;
use nix::unistd::sysconf;
use nix::unistd::SysconfVar;
pub use perf::perf_event_header;
use perf_event_open_sys::bindings as perf;
use perf_event_open_sys::ioctls;
use reverie::Errno;
Expand Down

0 comments on commit 06f05e1

Please sign in to comment.