From: bors Date: Fri, 14 Mar 2014 23:51:26 +0000 (-0700) Subject: auto merge of #12888 : aochagavia/rust/Fix-comment, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=76e0e26603d723038dae1ad06161cade47e53a55;p=rust.git auto merge of #12888 : aochagavia/rust/Fix-comment, r=alexcrichton The old comment of as_mut_slice() did not describe the function correctly. The new one does. Also refactored option::iter() and option::mut_iter() to use as_ref() and as_mut() instead of match. --- 76e0e26603d723038dae1ad06161cade47e53a55