Skip to content

Fix some clippy warnings

Tim Crawford requested to merge tcrawford/uefi:clippy into master

Fix the following:

  • clippy::zero_ptr
  • clippy::single_char_add_str
  • clippy::or_fun_call
  • clippy::needless_borrow

Merge request reports