Skip to content

Commit

Permalink
fix from tungstenite error
Browse files Browse the repository at this point in the history
  • Loading branch information
xD3CODER committed Oct 15, 2023
1 parent cbaea1f commit 633bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub enum GremlinError {
Generic(String),

#[error(transparent)]
WebSocket(tungstenite::error::Error),
WebSocket(#[from] tungstenite::error::Error),

#[error(transparent)]
Pool(#[from] r2d2::Error),
Expand Down

0 comments on commit 633bdf6

Please sign in to comment.