binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

fix rust doc code

Open rbran opened this issue 1 year ago • 0 comments

To avoid the documentation to de-sync with the code in the future cargo test --doc should be added to the Github actions.

Note the unsafe impl<'a> CoreArrayWrapper<'a> for DebugInfoParser was added, although it's present in the documentation, it appears to be missing in the code.

rbran avatar Apr 17 '24 15:04 rbran