Skip to content

Commit

Permalink
chore(src/lib.rs): {RandomState, DefaultHasher} now exported in `st…
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Feb 11, 2024
1 parent c85acdd commit 6d011f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
@@ -1,7 +1,7 @@
use log::{error, info, warn};

use std::collections::{hash_map::DefaultHasher, hash_map::RandomState, HashMap};
use std::hash::{BuildHasher, Hash, Hasher};
use std::collections::HashMap;
use std::hash::{BuildHasher, DefaultHasher, Hash, Hasher, RandomState};
use teloxide::{
dispatching::dialogue::{serializer::Json, ErasedStorage, SqliteStorage, Storage},
prelude::*,
Expand Down

0 comments on commit 6d011f6

Please sign in to comment.