Skip to content

Commit

Permalink
Update uci_connection.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerros committed Sep 23, 2024
1 parent b65030e commit 8b59c38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uci_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ impl EngineConnection {
}
}

#[allow(clippy::missing_panics_doc)]
#[allow(clippy::missing_errors_doc)]
/// Equivalent to the [`go`] function, but doesn't store a vector of info messages,
/// and returns only the last one instead.
pub async fn go_only_last_info(&mut self, message: GoMessage) -> io::Result<(Option<InfoMessage>, BestMoveMessage)> {
Expand Down

0 comments on commit 8b59c38

Please sign in to comment.