mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-02 09:31:21 +01:00
Update readme
This commit is contained in:
@@ -39,7 +39,9 @@ tarpc = "0.6"
|
||||
|
||||
## Example
|
||||
```rust
|
||||
#![feature(conservative_impl_trait)] // required by `FutureClient` (not used in this example)
|
||||
// required by `FutureClient` (not used in this example)
|
||||
#![feature(conservative_impl_trait, plugin)]
|
||||
#![plugin(snake_to_camel)]
|
||||
|
||||
extern crate futures;
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user