Skip to content

Commit 156253d

Browse files
committed
doc: Simplify red doc of module for C types
1 parent d40f16a commit 156253d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/c.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//! Specific C types like C-like string pointers.
1+
//! Specific for work with C types.
22
//!
3-
//! You need to use the `c-types` feature to use this module.
3+
//! Available with the `c-types` feature.
44
55
#![cfg(all(feature = "std", feature = "c-types"))]
66

0 commit comments

Comments
 (0)