736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet

This was in #732 before, but decluttering that PR seemed sensible

Co-authored-by: datdenkikniet <jcdra1@gmail.com>
This commit is contained in:
bors[bot] 2023-04-16 19:19:09 +00:00 committed by GitHub
commit 55083fb3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 3319 additions and 1318 deletions

View file

@ -2,7 +2,6 @@
#![no_std]
#![deny(missing_docs)]
//deny_warnings_placeholder_for_ci
#[cfg(test)]
#[macro_use]