mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
fix(tasks): make clippy happy (#22730)
Signed-off-by: Delweng <delweng@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -32,6 +32,7 @@ pub fn increase_thread_priority() {
|
||||
/// Should be called once after tracing is initialized.
|
||||
///
|
||||
/// No-op on non-Linux platforms.
|
||||
#[allow(clippy::missing_const_for_fn)]
|
||||
pub fn deprioritize_background_threads() {
|
||||
#[cfg(target_os = "linux")]
|
||||
_deprioritize_background_threads();
|
||||
|
||||
Reference in New Issue
Block a user