mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 09:42:57 +01:00
fix doc tests
This commit is contained in:
parent
074d18209d
commit
3f2db9e75c
@ -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 New Issue
Block a user