Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
misha7b committed Sep 26, 2024
1 parent d0b9330 commit 677650a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions lib/core/src/format_string.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use core::cmp::min;
use core::fmt;
use core::{cmp::min, fmt};

pub struct FormatString<'a> {
buffer: &'a mut [u8],
Expand Down
2 changes: 0 additions & 2 deletions lib/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ pub mod log_types;
pub mod mqtt;
pub mod mqtt_topics;
pub mod types;


2 changes: 1 addition & 1 deletion lib/localisation/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#![no_std]
#![no_std]

0 comments on commit 677650a

Please sign in to comment.