Skip to content

Commit 611e9a3

Browse files
committed
i686 => x86
1 parent 730a17f commit 611e9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
#![cfg_attr(all(windows, target_arch = "x86_64", target_env = "gnu"), doc(
3939
html_root_url = "http://alexcrichton.com/libc/x86_64-pc-windows-gnu"
4040
))]
41-
#![cfg_attr(all(windows, target_arch = "i686", target_env = "gnu"), doc(
41+
#![cfg_attr(all(windows, target_arch = "x86", target_env = "gnu"), doc(
4242
html_root_url = "http://alexcrichton.com/libc/i686-pc-windows-gnu"
4343
))]
4444
#![cfg_attr(all(windows, target_arch = "x86_64", target_env = "msvc"), doc(
4545
html_root_url = "http://alexcrichton.com/libc/x86_64-pc-windows-msvc"
4646
))]
47-
#![cfg_attr(all(windows, target_arch = "i686", target_env = "msvc"), doc(
47+
#![cfg_attr(all(windows, target_arch = "x86", target_env = "msvc"), doc(
4848
html_root_url = "http://alexcrichton.com/libc/i686-pc-windows-msvc"
4949
))]
5050
#![cfg_attr(all(target_os = "android"), doc(

0 commit comments

Comments
 (0)