avoid some clippy warnings
This commit is contained in:
@ -155,7 +155,7 @@ mod tests {
|
||||
}
|
||||
|
||||
let invalid_name_length = PxarXAttr {
|
||||
name: name,
|
||||
name,
|
||||
value: b"err".to_vec(),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user