docs(riot-rs): document Cargo features aimed at users #772
Annotations
3 warnings
clippy:
src/riot-rs-rt/src/lib.rs#L69
warning: function `startup` is never used
--> src/riot-rs-rt/src/lib.rs:69:4
|
69 | fn startup() -> ! {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
clippy:
src/riot-rs-rt/src/lib.rs#L34
warning: function `init` is never used
--> src/riot-rs-rt/src/lib.rs:34:20
|
34 | pub fn init() {}
| ^^^^
|
clippy:
src/riot-rs-rt/src/lib.rs#L35
warning: this returns a `Result<_, ()>`
--> src/riot-rs-rt/src/lib.rs:35:13
|
35 | pub fn benchmark<F: Fn()>(_iterations: usize, _f: F) -> core::result::Result<usize, ()> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: use a custom `Error` type instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
= note: `#[warn(clippy::result_unit_err)]` on by default
|
Loading