diff --git a/src/lib.rs b/src/lib.rs index adafc01..63af650 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1171,9 +1171,8 @@ impl Cors { /// - `Vary` /// /// You can get this struct by using `Cors::validate_request` in an ad-hoc manner. -#[doc(hidden)] #[derive(Eq, PartialEq, Debug)] -pub struct Response { +pub(crate) struct Response { allow_origin: Option>, allow_methods: HashSet, allow_headers: HeaderFieldNamesSet,