rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 258 forks source link

Fix a syntax error in leaking.md #335

Closed BillXWB closed 2 years ago

BillXWB commented 2 years ago

guards should be mutable here: https://github.com/rust-lang/nomicon/blob/9493715a6280a1f74be759c7e1ef9999b5d13e6f/src/leaking.md#L208-L232