We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1a1a0 commit 715c179Copy full SHA for 715c179
src/profiler.rs
@@ -7,6 +7,7 @@ pub struct Profiler {
7
}
8
9
impl Profiler {
10
+ #[allow(clippy::missing_const_for_fn)]
11
pub fn new() -> Self {
12
Self {
13
#[cfg(feature = "pprof")]
@@ -16,6 +17,7 @@ impl Profiler {
16
17
18
19
20
+ #[allow(clippy::unused_self)]
21
fn report(&mut self) {
22
23
#[cfg(not(windows))]
0 commit comments