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 upType alias is never used in infer_schema() #551
Comments
This comment has been minimized.
|
This has been recently fixed in master (have a look at the last two PRs
that were merged)! Can you give it a try and see if it works for you?
Ethan Frei <notifications@github.com> schrieb am Fr. 23. Dez. 2016 um 01:30:
… I recently updated my project to diesel 0.9 from 0.5. I've migrated
successfully, as there are no errors and it's working correctly, however
I'm getting one particular warning which repeats 9 times when I build:
warning: type alias is never used: `BoxedQuery`, #[warn(dead_code)] on by default
--> /builds/freiguy1/proj/db/src/schema.rs:1:1
|
1 | infer_schema!("dotenv:DATABASE_URL");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro outside of the current crate
I apologize if I missed some documentation on this. I'm using rust
nightly-2016-12-18.
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#551>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABOXwKHel8CpHBfdMDZfUH6rl5Anvwiks5rKxYagaJpZM4LUfkK>
.
|
This comment has been minimized.
freiguy1
commented
Dec 24, 2016
|
thank you! |
freiguy1
closed this
Dec 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
freiguy1 commentedDec 23, 2016
I recently updated my project to diesel 0.9 from 0.5. I've migrated successfully, as there are no errors and it's working correctly, however I'm getting one particular warning which repeats 9 times when I build:
I apologize if I missed some documentation on this. I'm using rust nightly-2016-12-18.
Thanks!