aboutsummaryrefslogtreecommitdiff
path: root/src/macros.rs
diff options
context:
space:
mode:
authorValerii Hiora <[email protected]>2015-01-07 15:32:51 +0200
committerValerii Hiora <[email protected]>2015-01-07 15:32:51 +0200
commit2a646916d75571e9232e3a6a5a6cd439fe639257 (patch)
tree86faf0d035e9f001d7eca8a4ce43cd1b73aa1cbf /src/macros.rs
parentRelease v0.2.13 (diff)
downloadrust-openssl-2a646916d75571e9232e3a6a5a6cd439fe639257.tar.xz
rust-openssl-2a646916d75571e9232e3a6a5a6cd439fe639257.zip
Handle recent breaking changes
- macro reform - split of Show and String in formatter - CString reform - feature changes
Diffstat (limited to 'src/macros.rs')
-rwxr-xr-x[-rw-r--r--]src/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.rs b/src/macros.rs
index 2de14620..3e4bb429 100644..100755
--- a/src/macros.rs
+++ b/src/macros.rs
@@ -1,4 +1,4 @@
-#![macro_escape]
+#![macro_use]
macro_rules! try_ssl_stream {
($e:expr) => (