mirror of
https://github.com/Noratrieb/ice-104649.git
synced 2026-01-16 13:25:03 +01:00
delete snafu
This commit is contained in:
parent
e8ea766ff0
commit
06f9546606
3 changed files with 1 additions and 38 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use futures::{stream, StreamExt};
|
||||
use snafu::prelude::*;
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
const REQUEST_COUNT: usize = 10;
|
||||
|
|
@ -38,7 +37,7 @@ async fn main() -> Result<()> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[derive(Debug, Snafu)]
|
||||
#[derive(Debug)]
|
||||
struct Error;
|
||||
|
||||
type Result<T, E = Error> = ::core::result::Result<T, E>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue