summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDavid Blajda <blajda@hotmail.com>2018-12-16 20:24:36 +0000
committerDavid Blajda <blajda@hotmail.com>2018-12-16 20:24:36 +0000
commit27267ed98fc839b51ae4621fd1aa230f7f068bdc (patch)
tree94c6899c8ab0a6fae8e8f4f7295e0a027933e703 /src/lib.rs
parentbe68a7da226743edbce5b52e506d9083e2859578 (diff)
Prototype of a non-trait based client
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 21f0cb9..5144895 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,4 @@
+#![feature(option_replace)]
extern crate futures;
extern crate reqwest;
extern crate serde;