Files
rust-users/src
Ben S 78c4b410db Misc stylistic changes
- Extract all the 'if ptr.is_null() .. else ..' logic into a function that's basically the ptr_as_ref feature.
- Start using 'if let' syntax for some of these methods, which I'm not sure was around when I started writing them.
- vec![] -> Vec::new()
- loop -> for i in 0..
- Better comments, too
2016-01-27 19:09:49 +00:00
..
2016-01-27 19:09:49 +00:00
2016-01-26 19:17:24 +00:00
2016-01-27 16:32:31 +00:00