mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
chore: make clippy happy (#7045)
Signed-off-by: jsvisa <delweng@gmail.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
@@ -153,12 +153,11 @@ pub mod rpc {
|
||||
#[cfg(all(unix, any(target_env = "gnu", target_os = "macos")))]
|
||||
pub mod sigsegv_handler;
|
||||
|
||||
/// Signal handler to extract a backtrace from stack overflow.
|
||||
///
|
||||
/// This is a no-op because this platform doesn't support our signal handler's requirements.
|
||||
#[cfg(not(all(unix, any(target_env = "gnu", target_os = "macos"))))]
|
||||
pub mod sigsegv_handler {
|
||||
//! Signal handler to extract a backtrace from stack overflow.
|
||||
//!
|
||||
//! This is a no-op because this platform doesn't support our signal handler's requirements.
|
||||
|
||||
/// No-op function.
|
||||
pub fn install() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user