rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

ndk/data_space: Add missing `DataSpaceRange::Unspecified` variant #468

Closed MarijnS95 closed 7 months ago

MarijnS95 commented 7 months ago

This variant corresponds to 0. This missing variant was found while Debug-printing a DataSpace with the __Unknown PR, where DataSpace::Unknown printed __Unknown(0) for the range "field".