Skip to content

Commit

Permalink
Resolve clippy (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan authored Apr 23, 2024
1 parent f392f6e commit 69acf15
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 69acf15

Please sign in to comment.