Skip to content

Commit

Permalink
backend/pods/profiler: Allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtpap committed Jun 20, 2024
1 parent 76ce605 commit 6501b0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/pods/profiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
//
// SPDX-License-Identifier: GPL-3.0-only

#![allow(dead_code)]

use pipewire::spa::{pod::deserialize::*, utils::Fraction};

#[derive(Debug)]
Expand Down

0 comments on commit 6501b0d

Please sign in to comment.