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
|
@ -23,18 +23,18 @@ mod watchers;
|
|||
|
||||
use std::{ops::Index, sync::Arc};
|
||||
|
||||
use conduwuit::{err, Result, Server};
|
||||
use conduwuit::{Result, Server, err};
|
||||
|
||||
pub use self::{
|
||||
de::{Ignore, IgnoreAll},
|
||||
deserialized::Deserialized,
|
||||
handle::Handle,
|
||||
keyval::{serialize_key, serialize_val, KeyVal, Slice},
|
||||
map::{compact, Get, Map, Qry},
|
||||
ser::{serialize, serialize_to, serialize_to_vec, Cbor, Interfix, Json, Separator, SEP},
|
||||
keyval::{KeyVal, Slice, serialize_key, serialize_val},
|
||||
map::{Get, Map, Qry, compact},
|
||||
ser::{Cbor, Interfix, Json, SEP, Separator, serialize, serialize_to, serialize_to_vec},
|
||||
};
|
||||
pub(crate) use self::{
|
||||
engine::{context::Context, Engine},
|
||||
engine::{Engine, context::Context},
|
||||
util::or_else,
|
||||
};
|
||||
use crate::maps::{Maps, MapsKey, MapsVal};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue