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 d40f16a commit 156253dCopy full SHA for 156253d
src/c.rs
@@ -1,6 +1,6 @@
1
-//! Specific C types like C-like string pointers.
+//! Specific for work with C types.
2
//!
3
-//! You need to use the `c-types` feature to use this module.
+//! Available with the `c-types` feature.
4
5
#![cfg(all(feature = "std", feature = "c-types"))]
6
0 commit comments