Use isn't instead of shouldn't

This definitely isn't possible, change the phrase.
This commit is contained in:
Tobin Harding 2022-02-10 09:54:35 +00:00
parent c9e6ca1680
commit f95e91a6da
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ pub mod global {
/// A trait for all kinds of contexts that lets you define the exact flags and a function to /// A trait for all kinds of contexts that lets you define the exact flags and a function to
/// deallocate memory. It shouldn't be possible to implement this for types outside this crate. /// deallocate memory. It isn't possible to implement this for types outside this crate.
pub unsafe trait Context : private::Sealed { pub unsafe trait Context : private::Sealed {
/// Flags for the ffi. /// Flags for the ffi.
const FLAGS: c_uint; const FLAGS: c_uint;