diff --git a/src/lib.rs b/src/lib.rs index 97a4bac..4d16841 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -986,8 +986,6 @@ pub struct Cors { /// [Resource Processing Model](https://www.w3.org/TR/cors/#resource-processing-model). /// /// Defaults to `All`. - /// - /// ``` #[cfg_attr(feature = "serialization", serde(default))] pub allowed_origins: AllowedOrigins, /// The list of methods which the allowed origins are allowed to access for