Skip to content

Commit 95821d1

Browse files
committed
Clippy
1 parent 34219ad commit 95821d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdlib/src/ssl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ mod _ssl {
20122012
) -> PyResult<(Option<String>, Option<PyObjectRef>)> {
20132013
match password {
20142014
OptionalArg::Present(p) => {
2015-
if vm.is_none(&p) {
2015+
if vm.is_none(p) {
20162016
return Ok((None, None));
20172017
}
20182018

0 commit comments

Comments
 (0)