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 a6e62fd commit 005d163Copy full SHA for 005d163
src/data_types/enums.rs
@@ -1,7 +1,7 @@
1
//! This module provides tooling that facilitates dealing with C-style enums
2
//!
3
//! C-style enums and Rust-style enums are quite different. There are things
4
-//! which one allows, but not the others, and vice versa. In an FFI context, two
+//! which one allows, but not the other, and vice versa. In an FFI context, two
5
//! aspects of C-style enums are particularly bothersome to us:
6
7
//! - They allow a caller to send back an unknown enum variant. In Rust, the
0 commit comments