capstone-rust / capstone-rs

high-level Capstone system bindings for Rust
213 stars 75 forks source link

Fix typo 'lift' to 'left' #117

Closed rfalke closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #117 (d3f9de2) into master (854de72) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d3f9de2 differs from pull request most recent head 6eac33c. Consider uploading reports for the commit 6eac33c to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   94.90%   94.90%           
=======================================
  Files          22       22           
  Lines        2670     2670           
=======================================
  Hits         2534     2534           
  Misses        136      136           
Impacted Files Coverage Δ
capstone-rs/src/arch/arm.rs 90.27% <ø> (ø)
capstone-rs/src/arch/arm64.rs 96.55% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 854de72...6eac33c. Read the comment docs.

tmfink commented 2 years ago

Thanks for the PR! I was probably sleep-deprived when I first added ARM support. :smile: