grammar: dealing-with
This commit is contained in:
parent
eb12784dc4
commit
6c8c3f8ac4
@ -495,7 +495,7 @@
|
|||||||
//! This structure can then be passed to the [`write`] and [`format`] functions
|
//! This structure can then be passed to the [`write`] and [`format`] functions
|
||||||
//! inside this module in order to process the format string.
|
//! inside this module in order to process the format string.
|
||||||
//! The goal of this macro is to even further prevent intermediate allocations
|
//! The goal of this macro is to even further prevent intermediate allocations
|
||||||
//! when dealing formatting strings.
|
//! when dealing with formatting strings.
|
||||||
//!
|
//!
|
||||||
//! For example, a logging library could use the standard formatting syntax, but
|
//! For example, a logging library could use the standard formatting syntax, but
|
||||||
//! it would internally pass around this structure until it has been determined
|
//! it would internally pass around this structure until it has been determined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user