Skip to content

Commit

Permalink
Fix clippy error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyRuhlmann committed Jun 14, 2024
1 parent 9e23d45 commit 813ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling-ffi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0

#[cfg(feature = "symbolizer")]
#[cfg(all(feature = "symbolizer"), not(target_os = "windows"))]
pub use symbolizer_ffi::*;

use std::fmt::Debug;
Expand Down

0 comments on commit 813ba2b

Please sign in to comment.