You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
After merging in #49, tests are now broken on travis, but still work with my local rustc d0b0f16:
/home/travis/build/hackndev/zinc/src/drivers/dht22.rs:114:10: 114:36 error: binary operation `!=` cannot be applied to type `hal::gpio::Level`
/home/travis/build/hackndev/zinc/src/drivers/dht22.rs:114 if self.gpio.level() != level {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/hackndev/zinc/src/hal/gpio.rs:32:12: 32:14 error: failed to find an implementation of trait core::cmp::PartialEq for hal::gpio::Level
/home/travis/build/hackndev/zinc/src/hal/gpio.rs:32 #[deriving(Eq)]
^~
note: in expansion of #[deriving]
/home/travis/build/hackndev/zinc/src/hal/gpio.rs:32:1: 33:4 note: expansion site
The text was updated successfully, but these errors were encountered:
After merging in #49, tests are now broken on travis, but still work with my local rustc d0b0f16:
The text was updated successfully, but these errors were encountered: