mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 02:37:42 +02:00
Consistent import formatting (#237)
This commit is contained in:
@ -65,9 +65,10 @@ impl<C: 'static + Challenge> ResponseError for AuthenticationError<C> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use actix_web::Error;
|
||||
|
||||
use super::*;
|
||||
use crate::headers::www_authenticate::basic::Basic;
|
||||
use actix_web::Error;
|
||||
|
||||
#[test]
|
||||
fn test_status_code_is_preserved_across_error_conversions() {
|
||||
|
Reference in New Issue
Block a user