File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
#![ cfg_attr( all( windows, target_arch = "x86_64" , target_env = "gnu" ) , doc(
39
39
html_root_url = "http://alexcrichton.com/libc/x86_64-pc-windows-gnu"
40
40
) ) ]
41
- #![ cfg_attr( all( windows, target_arch = "i686 " , target_env = "gnu" ) , doc(
41
+ #![ cfg_attr( all( windows, target_arch = "x86 " , target_env = "gnu" ) , doc(
42
42
html_root_url = "http://alexcrichton.com/libc/i686-pc-windows-gnu"
43
43
) ) ]
44
44
#![ cfg_attr( all( windows, target_arch = "x86_64" , target_env = "msvc" ) , doc(
45
45
html_root_url = "http://alexcrichton.com/libc/x86_64-pc-windows-msvc"
46
46
) ) ]
47
- #![ cfg_attr( all( windows, target_arch = "i686 " , target_env = "msvc" ) , doc(
47
+ #![ cfg_attr( all( windows, target_arch = "x86 " , target_env = "msvc" ) , doc(
48
48
html_root_url = "http://alexcrichton.com/libc/i686-pc-windows-msvc"
49
49
) ) ]
50
50
#![ cfg_attr( all( target_os = "android" ) , doc(
You can’t perform that action at this time.
0 commit comments