ustr icon indicating copy to clipboard operation
ustr copied to clipboard

Fix warnings and errors from Clippy and Miri

Open orzogc opened this issue 9 months ago • 0 comments

  • Fix Clippy's warnings.
  • Fix Miri's integer-to-pointer cast warning and the borrow stack error.
  • Fix a panic in string_cache_iter() if the string cache is empty, and add a corresponding test.

orzogc avatar May 03 '24 21:05 orzogc