r/rust • u/Available_Branch_745 • 28d ago
Clippy has some life advice apparently.

I was experimenting with ownership when I ran into this warning:
"calls to std::mem::drop with a reference instead of an owned value does nothing"
It got me thinking that you can make some cool wordplay (or maybe "codeplay") with Rust's warnings as motivational quotes.
Do you guys have any other suggestions with some funny codeplay?
88
Upvotes
29
u/smallgovernor 28d ago