You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/lib.rs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@
10
10
//! This crate provides implementations of
11
11
//! [`core::fmt::Write`](https://doc.rust-lang.org/core/fmt/trait.Write.html), so you can use it,
12
12
//! in conjunction with
13
-
//! [`core::format_args!`](https://doc.rust-lang.org/core/macro.format_args.html), for user-friendly
14
-
//! construction and printing of formatted strings.
13
+
//! [`core::format_args!`](https://doc.rust-lang.org/core/macro.format_args.html) or the [`write!` macro](https://doc.rust-lang.org/core/macro.write.html), for user-friendly construction and printing of formatted strings.
15
14
//!
16
15
//! Since semihosting operations are modeled as [system calls][sc], this crate exposes an untyped
17
16
//! `syscall!` interface just like the [`sc`] crate does.
0 commit comments