embassy/embassy-macros
Timo Kröger c17954ccba Fix warnings for tasks that take mutable parameters
#[task]
pub async fn run(mut param: Param) {}

warning: variable does not need to be mutable
2020-12-31 15:38:10 +01:00
..
src Fix warnings for tasks that take mutable parameters 2020-12-31 15:38:10 +01:00
Cargo.toml integrate static-executor, cleanup time module. 2020-10-19 21:25:54 +02:00