fix various clippy (#6020)

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Thomas Coratger
2024-01-11 00:27:57 +01:00
committed by GitHub
parent 08dff3642d
commit 4660da4a3f
8 changed files with 187 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ impl<T> FullProvider for T where
/// The trait that is implemented for the Node command.
pub trait RethNodeComponents: Clone + Send + Sync + 'static {
/// The Provider type that is provided by the not itself
/// The Provider type that is provided by the node itself
type Provider: FullProvider;
/// The transaction pool type
type Pool: TransactionPool + Clone + Unpin + 'static;