run cargo fix for rust 2024 changes and rustfmt
Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e97952b7f6
commit
a1e1f40ded
320 changed files with 2212 additions and 2039 deletions
|
@ -2,12 +2,12 @@ use std::pin::Pin;
|
|||
|
||||
use conduwuit::Result;
|
||||
use futures::{
|
||||
Stream,
|
||||
stream::FusedStream,
|
||||
task::{Context, Poll},
|
||||
Stream,
|
||||
};
|
||||
|
||||
use super::{keyval_longevity, Cursor, State};
|
||||
use super::{Cursor, State, keyval_longevity};
|
||||
use crate::keyval::KeyVal;
|
||||
|
||||
pub(crate) struct Items<'a> {
|
||||
|
|
|
@ -2,12 +2,12 @@ use std::pin::Pin;
|
|||
|
||||
use conduwuit::Result;
|
||||
use futures::{
|
||||
Stream,
|
||||
stream::FusedStream,
|
||||
task::{Context, Poll},
|
||||
Stream,
|
||||
};
|
||||
|
||||
use super::{keyval_longevity, Cursor, State};
|
||||
use super::{Cursor, State, keyval_longevity};
|
||||
use crate::keyval::KeyVal;
|
||||
|
||||
pub(crate) struct ItemsRev<'a> {
|
||||
|
|
|
@ -2,12 +2,12 @@ use std::pin::Pin;
|
|||
|
||||
use conduwuit::Result;
|
||||
use futures::{
|
||||
Stream,
|
||||
stream::FusedStream,
|
||||
task::{Context, Poll},
|
||||
Stream,
|
||||
};
|
||||
|
||||
use super::{slice_longevity, Cursor, State};
|
||||
use super::{Cursor, State, slice_longevity};
|
||||
use crate::keyval::Key;
|
||||
|
||||
pub(crate) struct Keys<'a> {
|
||||
|
|
|
@ -2,12 +2,12 @@ use std::pin::Pin;
|
|||
|
||||
use conduwuit::Result;
|
||||
use futures::{
|
||||
Stream,
|
||||
stream::FusedStream,
|
||||
task::{Context, Poll},
|
||||
Stream,
|
||||
};
|
||||
|
||||
use super::{slice_longevity, Cursor, State};
|
||||
use super::{Cursor, State, slice_longevity};
|
||||
use crate::keyval::Key;
|
||||
|
||||
pub(crate) struct KeysRev<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue