We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff664ac commit bcd5366Copy full SHA for bcd5366
crates/common/src/http/mod.rs
@@ -164,10 +164,6 @@ mod metrics {
164
#[allow(clippy::declare_interior_mutable_const)]
165
pub const APPLICATION_JSON_CONTENT_TYPE: HeaderValue = HeaderValue::from_static("application/json");
166
167
-#[allow(clippy::declare_interior_mutable_const)]
168
-pub const GOOGLE_ANALYTICS_CLIENT_ID: HeaderName =
169
- HeaderName::from_static("google-analytics-client-id");
170
-
171
#[derive(Debug, PartialEq, Eq)]
172
pub struct HttpRequest {
173
pub headers: HeaderMap,
0 commit comments