Update rust to 1.73.0 (#5574)

[Release notes](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
This commit is contained in:
Arpad Müller
2023-10-17 14:13:12 +02:00
committed by GitHub
parent 00c71bb93a
commit 093f8c5f45
5 changed files with 12 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ impl<'a> FirstMessage<'a> {
/// A single SASL message.
/// This struct is deliberately decoupled from lower-level
/// [`BeAuthenticationSaslMessage`](pq_proto::BeAuthenticationSaslMessage).
/// [`BeAuthenticationSaslMessage`].
#[derive(Debug)]
pub(super) enum ServerMessage<T> {
/// We expect to see more steps.