diff options
| author | Steven Fackler <[email protected]> | 2014-11-17 19:23:33 -0500 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-11-17 19:23:33 -0500 |
| commit | c766f29965005755cc5ffc61f27ebae2ca2d05a4 (patch) | |
| tree | 378ca1f9fc28406966ed5bb059ea59090005e275 /src/lib.rs | |
| parent | Impl Error for SslError (diff) | |
| parent | Fixed compilation errors related to namedspaced enums (diff) | |
| download | rust-openssl-c766f29965005755cc5ffc61f27ebae2ca2d05a4.tar.xz rust-openssl-c766f29965005755cc5ffc61f27ebae2ca2d05a4.zip | |
Merge pull request #98 from jamesrhurst/namespaced-enums
Fixed compilation errors related to namedspaced enums
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#![feature(struct_variant, macro_rules, unsafe_destructor, globs)] +#![feature(macro_rules, unsafe_destructor, globs)] #![crate_name="openssl"] #![crate_type="rlib"] #![crate_type="dylib"] |