Skip to content

Commit

Permalink
Explictly specify dyn trait object
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarmathe committed Feb 1, 2021
1 parent 52cc3f0 commit e70eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl Format3164 {

fn format(
&self,
io: &mut io::Write,
io: &mut dyn io::Write,
record: &Record,
logger_kv: &OwnedKVList,
) -> io::Result<()> {
Expand Down

0 comments on commit e70eae2

Please sign in to comment.