mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 11:01:14 +00:00
fix doc tests
This commit is contained in:
parent
074d18209d
commit
3f2db9e75c
2 changed files with 2 additions and 1 deletions
|
@ -116,6 +116,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
static_assertions = "1"
|
||||
tls-openssl = { package = "openssl", version = "0.10.9" }
|
||||
tls-rustls = { package = "rustls", version = "0.20.0" }
|
||||
tokio = { version = "1.13.1", features = ["rt-multi-thread", "macros"] }
|
||||
zstd = "0.10"
|
||||
|
||||
[[test]]
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
//! [^compat]: Crates that use Tokio's [`block_in_place`] will not work with Actix Web. Fortunately,
|
||||
//! the vast majority of Tokio-based crates do not use it.
|
||||
//!
|
||||
//! [`actix-rt`]: https://docs.rs/actix_rt
|
||||
//! [`actix-rt`]: https://docs.rs/actix-rt
|
||||
//! [`tokio`]: https://docs.rs/tokio
|
||||
//! [Tokio]: https://docs.rs/tokio
|
||||
//! [`spawn`]: https://docs.rs/tokio/1/tokio/fn.spawn.html
|
||||
|
|
Loading…
Reference in a new issue