diff --git a/actix_cors/all.html b/actix_cors/all.html index 031627f7b..ba926998c 100644 --- a/actix_cors/all.html +++ b/actix_cors/all.html @@ -1,2 +1,2 @@ -
#[non_exhaustive]pub enum CorsError {
WildcardOrigin,
MissingOrigin,
@@ -28,8 +28,8 @@
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.