Rollup merge of #23803 - richo:unused-braces, r=Manishearth

Pretty much what it says on the tin.
This commit is contained in:
Manish Goregaokar
2015-03-28 18:12:06 +05:30
72 changed files with 94 additions and 94 deletions

View File

@@ -42,7 +42,7 @@ use super::c::{ENABLE_INSERT_MODE, ENABLE_LINE_INPUT};
use super::c::{ENABLE_PROCESSED_INPUT, ENABLE_QUICK_EDIT_MODE};
use super::c::CONSOLE_SCREEN_BUFFER_INFO;
use super::c::{ReadConsoleW, WriteConsoleW, GetConsoleMode, SetConsoleMode};
use super::c::{GetConsoleScreenBufferInfo};
use super::c::GetConsoleScreenBufferInfo;
fn invalid_encoding() -> IoError {
IoError {