1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-03 05:19:23 +02:00

Deploying to gh-pages from @ 8a31f3020e 🚀

This commit is contained in:
robjtede
2023-04-09 19:03:56 +00:00
parent 715278cbd8
commit 51e6fd3d16
11 changed files with 41 additions and 41 deletions

View File

@@ -75,8 +75,8 @@
//! This CORS middleware automatically handles `OPTIONS` preflight requests.
//!
//! # Crate Features
//! - `draft-local-network-access`: ⚠️ Unstable. Adds opt-in support for the [Local Network Access]
//! spec extensions. This feature is unstable since it will follow any breaking changes in the
//! - `draft-private-network-access`: ⚠️ Unstable. Adds opt-in support for the [Private Network
//! Access] spec extensions. This feature is unstable since it will follow breaking changes in the
//! draft spec until it is finalized.
//!
//! # Example
@@ -114,7 +114,7 @@
//! }
//! ```
//!
//! [Local Network Access]: https://wicg.github.io/local-network-access
//! [Private Network Access]: https://wicg.github.io/private-network-access
</span><span class="attr">#![forbid(unsafe_code)]
#![deny(rust_2018_idioms, nonstandard_style)]