Update all examples to Rust 2024
This commit is contained in:
parent
9ceb467e6e
commit
91af1c5ed6
82 changed files with 96 additions and 95 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use bytes::Bytes;
|
||||
use serde::Deserialize;
|
||||
use sipper::{sipper, Straw};
|
||||
use sipper::{Straw, sipper};
|
||||
use tokio::task;
|
||||
|
||||
use std::fmt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue