Skip to content

Commit 09bbc42

Browse files
committed
Update asrawfd.js.
1 parent c846a2a commit 09bbc42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/rustdoc-js-std/asrawfd.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const EXPECTED = {
66
'others': [
77
// Reproduction test for https://github.com/rust-lang/rust/issues/78724
88
// Validate that type alias methods get the correct path.
9-
{ 'path': 'std::os::unix::io::AsRawFd', 'name': 'as_raw_fd' },
10-
{ 'path': 'std::os::wasi::io::AsRawFd', 'name': 'as_raw_fd' },
9+
{ 'path': 'std::os::fd::AsRawFd', 'name': 'as_raw_fd' },
10+
{ 'path': 'std::os::fd::AsRawFd', 'name': 'as_raw_fd' },
1111
{ 'path': 'std::os::linux::process::PidFd', 'name': 'as_raw_fd' },
12-
{ 'path': 'std::os::unix::io::RawFd', 'name': 'as_raw_fd' },
12+
{ 'path': 'std::os::fd::RawFd', 'name': 'as_raw_fd' },
1313
],
1414
};

0 commit comments

Comments
 (0)