Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
misha7b committed Oct 10, 2024
1 parent 6ac2b97 commit b960072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 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 b960072

Please sign in to comment.