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 9c012ce commit e3d71b2Copy full SHA for e3d71b2
src/macros.rs
@@ -10,7 +10,7 @@ macro_rules! redis_command {
10
$mandatory_acl_categories:expr
11
$(, $optional_acl_categories:expr)?
12
) => {{
13
- use redis_module::AclCategory;
+ use $crate::AclCategory;
14
15
let name = CString::new($command_name).unwrap();
16
let flags = CString::new($command_flags).unwrap();
0 commit comments