Fix comment

This commit is contained in:
sharkdp 2020-04-22 08:16:08 +02:00 committed by David Peter
parent f3b90ddb38
commit b4d54106fe
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ impl<'a> PrettyPrinter<'a> {
self
}
/// Add STDIN as an input
/// Add a custom reader as an input
pub fn input_reader(&mut self, reader: impl Read) -> &mut Self {
//self.inputs.push(Input::FromReader(Box::new(reader), None));
self