-
Notifications
You must be signed in to change notification settings - Fork 691
remove test warnings #592
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
remove test warnings #592
Conversation
These changes all look good to me, but I don't get warnings on any of these either locally or see any in Travis CI. What warnings are you seeing and with what toolchain? |
yes, |
Interesting, I would have thought compilation warnings would have been exposed by default running Two things:
|
Oh that's interesting. Thanks for this! |
@kamalmarhubi Any opinion on changing our |
@@ -35,7 +35,7 @@ | |||
//! from [rust-spidev](https://github.com/posborne/rust-spidev). | |||
//! | |||
//! ``` | |||
//! #[macro_use] extern crate nix; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should be actually able to completely remove this line. This is automatically inserted by the doctest script.
@king6cong Can you address my comment? I think after that we're good to go. |
@Susurrus updated 😃 |
bors r+ |
Build succeeded |
No description provided.