binaryninja-api
binaryninja-api copied to clipboard
fix rust doc code
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.