Browse Source

Remove stray `pub`

Closes #86
add-rc-path
Alex Crichton 9 years ago
parent
commit
88885ad46c
  1. 2
      src/windows_registry.rs

2
src/windows_registry.rs

@ -338,7 +338,7 @@ pub fn find_tool(target: &str, tool: &str) -> Option<Tool> {
}
#[allow(bad_style)]
pub fn host_arch() -> u16 {
fn host_arch() -> u16 {
type DWORD = u32;
type WORD = u16;
type LPVOID = *mut u8;

Loading…
Cancel
Save