Add attribute list handling
Also, fix various clippy warnings
This commit is contained in:
@@ -11,7 +11,6 @@ pub struct BindRequest {
|
||||
#[cfg_attr(test, derive(PartialEq, Eq, Debug))]
|
||||
pub struct ListUsersRequest {
|
||||
// filters
|
||||
pub attrs: Vec<String>,
|
||||
}
|
||||
|
||||
#[cfg_attr(test, derive(PartialEq, Eq, Debug))]
|
||||
|
||||
Reference in New Issue
Block a user