Skip to content

Commit

Permalink
Fixes #25439: Static rudderc builds are failing due to missing tracin…
Browse files Browse the repository at this point in the history
…g import
  • Loading branch information
Félix Dallidet committed Sep 10, 2024
1 parent 85b0aa5 commit 0d11696
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion policies/rudderc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use std::{
use anyhow::bail;
use anyhow::{anyhow, Context, Result};
use rudder_cli::custom_panic_hook_ignore_sigpipe;
#[cfg(not(feature = "embedded-lib"))]
use tracing::debug;
use tracing::error;

Expand Down

0 comments on commit 0d11696

Please sign in to comment.