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 8941ec7 commit d93f6d7Copy full SHA for d93f6d7
cortex-m/src/itm.rs
@@ -57,7 +57,7 @@ unsafe fn write_aligned_impl(port: &mut Stim, buffer: &[u8]) {
57
58
struct Port<'p>(&'p mut Stim);
59
60
-impl<'p> fmt::Write for Port<'p> {
+impl fmt::Write for Port<'_> {
61
#[inline]
62
fn write_str(&mut self, s: &str) -> fmt::Result {
63
write_all(self.0, s.as_bytes());
0 commit comments