Skip to content

Commit

Permalink
Resolve clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Apr 22, 2024
1 parent f392f6e commit 45a4bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/sentry/src/sentry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pub struct SentryStackframe {

/// Tuple of line number and line content.
#[derive(Deserialize)]
#[allow(dead_code)]
pub struct SentryStackframeContext(u32, String);

#[derive(Deserialize)]
Expand Down

0 comments on commit 45a4bd8

Please sign in to comment.