Skip to content

Commit fa58af6

Browse files
jannicthejpster
authored andcommitted
Fix or disable some lints
1 parent 0361953 commit fa58af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m/src/itm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ unsafe fn write_aligned_impl(port: &mut Stim, buffer: &[u8]) {
5757

5858
struct Port<'p>(&'p mut Stim);
5959

60-
impl<'p> fmt::Write for Port<'p> {
60+
impl fmt::Write for Port<'_> {
6161
#[inline]
6262
fn write_str(&mut self, s: &str) -> fmt::Result {
6363
write_all(self.0, s.as_bytes());

0 commit comments

Comments
 (0)