提交 8ffd6e4e 编写于 作者: M Marijn Haverbeke

Suppress warnings in compiletest

上级 0547d0cc
......@@ -26,7 +26,7 @@ fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
#[cfg(target_os = "linux")]
#[cfg(target_os = "macos")]
#[cfg(target_os = "freebsd")]
fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
fn target_env(_lib_path: str, _prog: str) -> option<[(str,str)]> {
none
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册