We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b74a8 commit 29eaab0Copy full SHA for 29eaab0
stdlib/src/ssl.rs
@@ -1360,7 +1360,7 @@ mod _ssl {
1360
let root = Path::new(CERT_DIR);
1361
if !root.is_dir() {
1362
return Err(vm.new_exception_msg(
1363
- vm.ctx.exceptions.file_not_found_error.clone(),
+ vm.ctx.exceptions.file_not_found_error.to_owned(),
1364
CERT_DIR.to_string(),
1365
));
1366
}
0 commit comments