Skip to content

Commit

Permalink
chore(core): remove redundance bounds on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jan 1, 2024
1 parent f0c2de0 commit de55286
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion viz-core/tests/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ async fn handler() -> Result<()> {
where
I: Send + 'static,
H: Handler<I, Output = Result<O>>,
O: 'static,
{
type Output = H::Output;

Expand Down
1 change: 0 additions & 1 deletion viz-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

[lints]
workspace = true

0 comments on commit de55286

Please sign in to comment.