Skip to content

Commit

Permalink
Also included new clippy lint & dep downbump
Browse files Browse the repository at this point in the history
- Very unsure why the downbump is occuring when building on the latest
  compiler...
  • Loading branch information
BGluth committed Nov 7, 2024
1 parent f2a0e55 commit c11306c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion paladin-core/src/directive/indexed_stream/foldable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct Dispatcher<'a, M: Monoid> {
channel_identifier: String,
}

impl<'a, Op: Monoid + 'static> Dispatcher<'a, Op> {
impl<Op: Monoid + 'static> Dispatcher<'_, Op> {
/// Queue the given [`TaskResult`].
async fn queue(&self, result: TaskOutput<Op, Metadata>) {
self.assembler.queue(result);
Expand Down

0 comments on commit c11306c

Please sign in to comment.