We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb6261 commit 269bde0Copy full SHA for 269bde0
src/context.rs
@@ -60,8 +60,8 @@ pub mod global {
60
}
61
62
63
-/// A trait for all kinds of Context's that lets you define the exact flags and a function to deallocate memory.
64
-/// It shouldn't be possible to implement this for types outside this crate.
+/// 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.
65
pub unsafe trait Context : private::Sealed {
66
/// Flags for the ffi.
67
const FLAGS: c_uint;
0 commit comments