Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit c4a768c

Browse files
author
Brandon Matthews
committed
Improve intro
1 parent dfe8616 commit c4a768c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
//! This crate provides implementations of
1111
//! [`core::fmt::Write`](https://doc.rust-lang.org/core/fmt/trait.Write.html), so you can use it,
1212
//! 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.
1514
//!
1615
//! Since semihosting operations are modeled as [system calls][sc], this crate exposes an untyped
1716
//! `syscall!` interface just like the [`sc`] crate does.

0 commit comments

Comments
 (0)