Auto merge of #124506 - ivmarkov:master, r=jhpratt

Fix ESP IDF build broken by #124210

Subject says it all I hope.

Fix is trivial, thanks to the contributors of #124210 really considering these Tier 3 targets in their change-set (even if ESP IDF was accidentally omitted).
This commit is contained in:
bors 2024-04-29 07:10:01 +00:00
commit c65b2dc935

View file

@ -893,6 +893,7 @@ fn drop(&mut self) {
target_os = "nto",
target_os = "vita",
target_os = "hurd",
target_os = "espidf",
)))]
{
let fd = unsafe { libc::dirfd(self.0) };