Skip to content

Commit c899565

Browse files
committed
fix tests
1 parent 3595307 commit c899565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/security/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! ## Example
44
//!
55
//! ```
6-
//! use http_types::Response;
6+
//! use http_types::{StatusCode, Response};
77
//!
88
//! let mut res = Response::new(StatusCode::Ok);
99
//! http_types::security::default(&mut res);

0 commit comments

Comments
 (0)