Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upEmbedded migrations: Dead code warning #865
Comments
This comment has been minimized.
|
Yes, add |
This comment has been minimized.
|
@killercup Ok, I'll create a pull request :) |
added a commit
to dbrgn/diesel
that referenced
this issue
Apr 20, 2017
killercup
closed this
in
#866
Apr 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbrgn commentedApr 20, 2017
•
edited
As mentioned here #854 (comment), using embedded migrations with
run_with_outputresults in a dead code warning.Would it be possible to add an exception for that? I didn't easily find out where to add it.
CC @Eijebong @weiznich