1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-28 09:08:03 +08:00
trpl-zh-cn/listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/rustfmt-ignore
2022-02-06 16:43:51 +08:00

4 lines
271 B
Plaintext
Executable File

We have some weird comments pointing out borrowing scopes that we don't want to change;
unfortunately I haven't found a way to skip them with rustfmt that works so for now we're going to
manually skip those listings. See: https://github.com/rust-lang/rustfmt/issues/4028