refactor(lints): fix unused warnings in tests/docs
This commit is contained in:
		| @@ -1005,6 +1005,7 @@ mod tests { | ||||
|  | ||||
|     #[derive(Debug)] | ||||
|     struct CanClose { | ||||
|         #[allow(unused)] | ||||
|         val: i32, | ||||
|         closed: bool, | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user