Remove 'ignore' from readme

This commit is contained in:
asonix 2018-11-18 15:10:18 -06:00
parent ecf3efd9fb
commit 2438fbcdaf

View file

@ -51,7 +51,7 @@ else.
Let's re-define the job to care about some application state. Let's re-define the job to care about some application state.
```rust,ignore ```rust
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
pub struct MyState { pub struct MyState {
pub app_name: String, pub app_name: String,