Add another Show impl

This commit is contained in:
Steven Fackler 2015-01-16 22:32:25 -08:00
parent 9e9b0ee54a
commit 9e260fdfac

View File

@ -1073,8 +1073,7 @@ impl Connection {
}
/// Specifies the SSL support requested for a new connection
// FIXME
// #[derive(Show)]
#[derive(Show)]
pub enum SslMode {
/// The connection will not use SSL
None,