We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7b4f2 commit c66420bCopy full SHA for c66420b
src/blocking/spi.rs
@@ -134,7 +134,7 @@ pub mod transactional {
134
135
impl<W: 'static, E, S> super::Transactional<W> for S
136
where
137
- S: self::Default<W> + Write<W, Error=E> + Transfer<W, Error=E> ,
+ S: self::Default<W> + Write<W, Error = E> + Transfer<W, Error = E>,
138
W: Copy + Clone,
139
{
140
type Error = E;
0 commit comments