1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-15 15:16:51 +02:00

Fix dprint comments in STYLE.md (#1092)

From #1091, thanks!
This commit is contained in:
Martin Geisler 2023-08-21 18:26:13 +02:00 committed by GitHub
parent d5822d2f70
commit 10f03e370d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ struct Person { name: String }
if the `Person` struct is not important for your example. Please use this if the `Person` struct is not important for your example. Please use this
sparingly: enclose the code block in `<!-- dprint-ignore-start -->` and sparingly: enclose the code block in `<!-- dprint-ignore-start -->` and
`<!-- dprint-ignore-start -->` to suppress warnings about the formatting. `<!-- dprint-ignore-end -->` to suppress warnings about the formatting.
## Speaker Notes ## Speaker Notes