From d6578db7b6c24d639a7fb0f8b44d80c46e7944d8 Mon Sep 17 00:00:00 2001 From: Yong Wen Chua Date: Wed, 18 Jul 2018 10:26:08 +0800 Subject: [PATCH] Seems to build now --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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