libcore: Fix tidy error

This commit is contained in:
Patrick Walton 2012-10-01 16:02:17 -07:00
parent 9fe40e8a7b
commit 4c3fede84f
1 changed files with 2 additions and 2 deletions

View File

@ -751,12 +751,12 @@ fn real_args() -> ~[~str] {
#[cfg(target_os = "linux")]
fn real_args() -> ~[~str] {
fail // TODO
fail // Needs implementing.
}
#[cfg(windows)]
fn real_args() -> ~[~str] {
fail // TODO
fail // Needs implementing.
}
struct OverriddenArgs {