Skip to content

Commit

Permalink
rustup, fix writer.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
webmobster-zz committed Mar 26, 2015
1 parent 19987db commit 223f143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub enum QuoteStyle {
/// assert!(result.is_ok());
/// }
/// ```
pub struct Writer<W> {
pub struct Writer<W: Write> {
buf: io::BufWriter<W>,
delimiter: u8,
record_terminator: RecordTerminator,
Expand Down

0 comments on commit 223f143

Please sign in to comment.