Skip to content

Commit

Permalink
fix: useless into
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 31, 2023
1 parent 03ca87a commit be336f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ where
L::Stream: AsyncWrite + AsyncRead + Send + Unpin,
L::Addr: Send + Sync + Debug + 'static,
{
Server::<L>::new(listener, router.into())
Server::<L>::new(listener, router)
}

/// A listening HTTP server that accepts connections.
Expand Down

0 comments on commit be336f6

Please sign in to comment.