aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.rs b/src/auth.rs
index c3cbd54..f2e5fcf 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -168,7 +168,7 @@ fn build_unauthorized_response(
.into_string()
}
-#[cfg_attr(rustfmt, rustfmt_skip)]
+#[rustfmt::skip]
#[cfg(test)]
mod tests {
use super::*;