diff --git a/actix_cors/all.html b/actix_cors/all.html index 7f4153256..3b5fa2b83 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.