Skip to content

Azul/samotop upgrade/deprecations

Jo Cutajar requested to merge azul/Samotop-upgrade/deprecations into develop

By @azul

  • drop unused #[macro_use]
  • replace deprecated 0...299 with 0..=299
  • add dyn where needed
  • replace try!() with ? operator
  • rename unused pending to _pending in test
Edited by Jo Cutajar

Merge request reports