1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-20 22:29:12 +02:00
Files
comprehensive-rust/src/concurrency
Eric Githinji a2ad59e4ae Use dbg! instead of println! in deep dive sessions. (#2676)
Part of #2478 to clean up code blocks when all that is needed is a
trivial debug print statement. The deep dive sessions didn't have that
many occurrences of trivial println! statements.

I believe this can close #2478.

Co-authored-by: Eric Githinji <egithinji@google.com>
2025-03-07 12:05:29 +01:00
..