Skip to content

Commit b353a41

Browse files
committed
Remove unneeded ToStr impl on internal types
1 parent bfc5b2b commit b353a41

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

message.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pub static PROTOCOL_VERSION: i32 = 0x0003_0000;
99
pub static CANCEL_CODE: i32 = 80877102;
1010
pub static SSL_CODE: i32 = 80877103;
1111

12-
#[deriving(ToStr)]
1312
pub enum BackendMessage {
1413
AuthenticationOk,
1514
AuthenticationKerberosV5,
@@ -62,7 +61,6 @@ pub enum BackendMessage {
6261
}
6362
}
6463

65-
#[deriving(ToStr)]
6664
pub struct RowDescriptionEntry {
6765
name: ~str,
6866
table_oid: Oid,

0 commit comments

Comments
 (0)