mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
Remove 'ignore' from readme
This commit is contained in:
parent
ecf3efd9fb
commit
2438fbcdaf
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue