Skip to content

Commit 6e8c8ef

Browse files
committed
Fix adding dyn
1 parent 9e6ab5a commit 6e8c8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! TODO write example of usage
44
use core::fmt::{Result, Write};
55

6-
impl<Word, Error> Write for ::serial::Write<Word, Error=Error>
6+
impl<Word, Error> Write for dyn (::serial::Write<Word, Error=Error>)
77
where
88
Word: From<u8>,
99
{

0 commit comments

Comments
 (0)