Use isn't instead of shouldn't
This definitely isn't possible, change the phrase.
This commit is contained in:
parent
c9e6ca1680
commit
f95e91a6da
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue