We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc5b2b commit b353a41Copy full SHA for b353a41
1 file changed
message.rs
@@ -9,7 +9,6 @@ pub static PROTOCOL_VERSION: i32 = 0x0003_0000;
9
pub static CANCEL_CODE: i32 = 80877102;
10
pub static SSL_CODE: i32 = 80877103;
11
12
-#[deriving(ToStr)]
13
pub enum BackendMessage {
14
AuthenticationOk,
15
AuthenticationKerberosV5,
@@ -62,7 +61,6 @@ pub enum BackendMessage {
62
61
}
63
64
65
66
pub struct RowDescriptionEntry {
67
name: ~str,
68
table_oid: Oid,
0 commit comments