From 2438fbcdaf0718db09bab2db0536ab2153ff827d Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 18 Nov 2018 15:10:18 -0600 Subject: [PATCH] Remove 'ignore' from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3b924..c3a2ac3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ else. Let's re-define the job to care about some application state. -```rust,ignore +```rust #[derive(Clone, Debug)] pub struct MyState { pub app_name: String,