Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Jul 5, 2021
1 parent 73a4d7c commit b704894
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion macros/src/codegen/util.rs
Expand Up @@ -325,5 +325,8 @@ pub fn tq_ident(core: Core) -> Ident {
}

pub fn rt_err_ident() -> Ident {
Ident::new("you_must_enable_the_rt_feature_for_the_pac_in_your_cargo_toml", Span::call_site())
Ident::new(
"you_must_enable_the_rt_feature_for_the_pac_in_your_cargo_toml",
Span::call_site(),
)
}

0 comments on commit b704894

Please sign in to comment.