aboutsummaryrefslogtreecommitdiff
path: root/src/macros.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-01-07 08:13:19 -0800
committerSteven Fackler <[email protected]>2015-01-07 08:13:19 -0800
commit8b67adfc90d2ce3244f5c8f275916bb8b903fd21 (patch)
tree86faf0d035e9f001d7eca8a4ce43cd1b73aa1cbf /src/macros.rs
parentRelease v0.2.13 (diff)
parentHandle recent breaking changes (diff)
downloadrust-openssl-0.2.14.tar.xz
rust-openssl-0.2.14.zip
Merge pull request #139 from vhbit/up-masterv0.2.14
Handle recent breaking 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) => (