Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TBS1996 committed Jan 17, 2024
1 parent bc50c13 commit a69664e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions relay-dynamic-config/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ pub struct ProjectConfig {
pub deny_metrics: GlobPatterns,
}

#[derive(Debug, Clone, Serialize, Deserialize)]
struct DenyMetricStuff {
glob: String,
}

impl ProjectConfig {
/// Validates fields in this project config and removes values that are partially invalid.
pub fn sanitize(&mut self) {
Expand Down

0 comments on commit a69664e

Please sign in to comment.