summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authorsotanengel <84895123+sotanengel@users.noreply.github.com>2024-09-29 11:09:34 +0900
committerGitHub <noreply@github.com>2024-09-29 11:09:34 +0900
commitf0a2cdeb188c0ade20990e01e3230ce946baec2f (patch)
treeeeaf3ebe89c6fc4610b7023c08411bfe6fd93745 /rustlings-macros
parente3ec0abca464f337515f79d256c26b208d08b4a5 (diff)
parent0c79f2ea3e1fd2db54ebe8fba8ed17369a15b365 (diff)
Merge branch 'rust-lang:main' into add/link-to-THIRD_PARTY-repository-for-Japanese-translations
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 2d42045..c1342d6 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -1144,7 +1144,7 @@ constants, but clippy recognizes those imprecise mathematical constants as a
source of potential error.
See the suggestions of the Clippy warning in the compile output and use the
-appropriate replacement constant from `std::f32::consts`..."""
+appropriate replacement constant from `std::f32::consts`."""
[[exercises]]
name = "clippy2"