1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-23 07:06:19 +02:00
Matt Smith 916c297d8c
Remove explicit typing in Mutex example ()
Example contained unnecessary explicit type info for the vector in Mutex v. Rust will magically do the needful conversions for us. Code looks cleaner/simpler without the explicit typing.
2023-02-14 18:40:22 +01:00
..
2023-01-27 17:34:31 +00:00
2023-01-09 14:32:04 +01:00