Fix desktop tests for bugfix and stable (#395)

* fix build and lint problems

* fix coveralls workflow by setting a working toolchain
This commit is contained in:
kaczmarczyck
2021-11-01 13:14:01 +01:00
parent c847e7060a
commit e4d82087a8
7 changed files with 39 additions and 27 deletions

View File

@@ -31,6 +31,8 @@ mod example {
use libtock_drivers::timer::Timestamp;
#[derive(Copy, Clone, Debug, PartialEq)]
// The actual lint upper_case_acronyms is not supported in all toolchains.
#[allow(clippy::all)]
enum ReturnCode {
/// Operation completed successfully
SUCCESS,