mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 21:31:22 +00:00
Remove useless comment
This commit is contained in:
parent
5f30eca8b4
commit
87100dccef
@ -26,20 +26,6 @@ pub enum Message {
|
||||
ParameterDescription(Box<ParameterDescription>),
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
size:Authentication = 32
|
||||
size:ParameterStatus = 56
|
||||
size:BackendKeyData = 8
|
||||
size:CommandComplete = 8
|
||||
size:ReadyForQuery = 1
|
||||
size:DataRow = 48
|
||||
size:NotificationResponse = 64
|
||||
size:ParameterDescription = 24
|
||||
size:Message = 72
|
||||
|
||||
*/
|
||||
|
||||
impl Message {
|
||||
// FIXME: `Message::decode` shares the name of the remaining message type `::decode` despite being very
|
||||
// different
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user