From 0c8f3124871739f83f5cd6beac162073336db5b0 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:00:09 -0300 Subject: [PATCH] elaborate on the effect of '?' on README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8278e..fc0885b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Note that `{}` extracts positional arguments after the string sequentially (the You can use `{:spec}` to customize your output. See the Rust docs linked above for more info, but here's a summary: - Adding a `?` at the end of `spec` (that is, writing e.g. `{0:?}`) will call `repr()` to stringify your argument, instead of `str()`. Note that this only has an effect if your argument is a string, an integer, a float or a `label()` / `