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 3ead8f0 commit ab0a0f8Copy full SHA for ab0a0f8
rust/module.rs
@@ -229,6 +229,9 @@ fn permissions_are_readonly(perms: &str) -> bool {
229
/// - `u64` - Corresponds to C `ullong` param type.
230
/// - `str` - Corresponds to C `charp` param type.
231
/// Reading the param returns a `&[u8]`.
232
+///
233
+/// `invbool` is unsupported: it was only ever used in a few modules.
234
+/// Consider using a `bool` inverting the logic instead.
235
#[proc_macro]
236
pub fn module(ts: TokenStream) -> TokenStream {
237
let mut it = ts.into_iter();
0 commit comments