mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 03:11:14 +00:00
Ignore tokio-uring test in docs
This commit is contained in:
parent
4826dbb3af
commit
2f588aa613
1 changed files with 1 additions and 1 deletions
|
@ -2118,7 +2118,7 @@ impl PictRsConfiguration {
|
|||
/// actix-rt runtimes, and by tokio_uring
|
||||
///
|
||||
/// Example:
|
||||
/// ```rust
|
||||
/// ```rust,ignore
|
||||
/// fn main() -> color_eyre::Result<()> {
|
||||
/// tokio_uring::start(async move {
|
||||
/// let pict_rs_server = pict_rs::ConfigSource::memory(serde_json::json!({
|
||||
|
|
Loading…
Reference in a new issue