Skip to content
Snippets Groups Projects
  1. May 29, 2020
  2. May 28, 2020
  3. May 27, 2020
  4. May 26, 2020
  5. May 25, 2020
  6. May 22, 2020
  7. May 20, 2020
  8. May 19, 2020
  9. May 17, 2020
  10. May 16, 2020
  11. May 15, 2020
  12. May 13, 2020
  13. May 11, 2020
  14. May 10, 2020
    • Tony Yang's avatar
      Fix Rust Max_array examples (#1960) · 25017340
      Tony Yang authored
      * Fix Max_array.rs iter_mut is not necessary
      
      The previous example failed to compile as `y` was not borrowed as a mutable reference but used to produce a mutable iterator. Changing from `iter_mut()` to `iter()` resolved this issue.
      
      * Fix Max_array_(Optimized).rs
      
      The previous example failed to compile as `y` was not borrowed as a mutable reference but used to produce a mutable iterator. Changing from `iter_mut()` to `iter()` resolved this issue.
    • AMS21's avatar
  15. May 09, 2020