Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid writing to a file you are reading from #273

Closed
wants to merge 2 commits into from

Conversation

Projects
None yet
2 participants
@alisha17
Copy link
Contributor

alisha17 commented Aug 27, 2017

cookbook recipe #206

src/app.md Outdated
Ok(())
}
#
#quick_main!(run);

This comment has been minimized.

@budziq

budziq Aug 28, 2017

Collaborator

Hi @alisha17 the CI fails due to
#quick_main!(run); instead of # quick_main!(run);

Please update the code rebase to the latest master and git push --force 😄

@budziq
Copy link
Collaborator

budziq left a comment

Just this single fix and we are done with this example 👍

@alisha17

This comment has been minimized.

Copy link
Contributor Author

alisha17 commented Aug 31, 2017

@budziq Done! :)

@budziq

This comment has been minimized.

Copy link
Collaborator

budziq commented Sep 1, 2017

Merged, Well done!

@budziq budziq closed this Sep 1, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.