Skip to content

Commit 611a5aa

Browse files
authored
Add missing comma to cfg_attr for rmt-legacy (#559)
1 parent 15e197e commit 611a5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub mod reset;
9999
pub mod rmt;
100100
#[cfg(feature = "rmt-legacy")]
101101
#[cfg_attr(
102-
feature = "rmt-legacy"
102+
feature = "rmt-legacy",
103103
deprecated(
104104
since = "0.46.0",
105105
note = "use the new `rmt` api by disabling the `rmt-legacy` feature"

0 commit comments

Comments
 (0)