Skip to content

Commit

Permalink
cleanup: fix "imported redundantly" warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 20, 2024
1 parent 65ef1da commit e98677c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/riot-rs-boards/nrf52840dk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![no_std]

use nrf52;

use riot_rs_rt::debug::println;

pub fn init() {
Expand Down
1 change: 0 additions & 1 deletion src/riot-rs-core/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use cbindgen;
use std::env;
use std::fs;
use std::path::Path;
Expand Down

0 comments on commit e98677c

Please sign in to comment.