Skip to content
  • jschwe's avatar
    Refactor libhermit-rs for rust edition 2018 (#59) · d793a9b1
    jschwe authored
    * Refactor: Fix Clippy warnings
    
    - Added support for empty println!()
    - use short hand initialization when possible
    - replace if x==false with if !x
    - replace unwrap_or(function_call()) with unwrap_or_else(|| function_call())
    - and others
    
    * Update to Rust edition 2018
     - Mostly just adds crate::
    d793a9b1