Seems to build now
This commit is contained in:
parent
accef5488a
commit
d6578db7b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue