Remove unneeded ToStr impl on internal types
This commit is contained in:
parent
bfc5b2bb7a
commit
b353a41111
@ -9,7 +9,6 @@ pub static PROTOCOL_VERSION: i32 = 0x0003_0000;
|
|||||||
pub static CANCEL_CODE: i32 = 80877102;
|
pub static CANCEL_CODE: i32 = 80877102;
|
||||||
pub static SSL_CODE: i32 = 80877103;
|
pub static SSL_CODE: i32 = 80877103;
|
||||||
|
|
||||||
#[deriving(ToStr)]
|
|
||||||
pub enum BackendMessage {
|
pub enum BackendMessage {
|
||||||
AuthenticationOk,
|
AuthenticationOk,
|
||||||
AuthenticationKerberosV5,
|
AuthenticationKerberosV5,
|
||||||
@ -62,7 +61,6 @@ pub enum BackendMessage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[deriving(ToStr)]
|
|
||||||
pub struct RowDescriptionEntry {
|
pub struct RowDescriptionEntry {
|
||||||
name: ~str,
|
name: ~str,
|
||||||
table_oid: Oid,
|
table_oid: Oid,
|
||||||
|
Loading…
Reference in New Issue
Block a user