mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
run cargo fmt
This commit is contained in:
parent
73a4d7c8bd
commit
b704894b03
1 changed files with 4 additions and 1 deletions
|
@ -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(),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue