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 24287a2 commit c0a64b7Copy full SHA for c0a64b7
src/pyroscope.rs
@@ -7,9 +7,6 @@ use std::{
7
thread::JoinHandle,
8
};
9
10
-// Licensed under the Apache License, Version 2.0 <LICENSE or
11
-// https://www.apache.org/licenses/LICENSE-2.0>. This file may not be copied, modified, or distributed
12
-// except according to those terms.
13
use crate::{
14
backends::{pprof::Pprof, Backend},
15
error::Result,
0 commit comments