aboutsummaryrefslogtreecommitdiff
path: root/macros/src
diff options
context:
space:
mode:
Diffstat (limited to 'macros/src')
-rw-r--r--macros/src/codegen/module.rs4
-rw-r--r--macros/src/codegen/util.rs5
2 files changed, 3 insertions, 6 deletions
diff --git a/macros/src/codegen/module.rs b/macros/src/codegen/module.rs
index 2f6ec335..a3d3fab2 100644
--- a/macros/src/codegen/module.rs
+++ b/macros/src/codegen/module.rs
@@ -157,11 +157,11 @@ pub fn codegen(
Context::HardwareTask(t) => {
&app.hardware_tasks[t].cfgs
// ...
- },
+ }
Context::SoftwareTask(t) => {
&app.software_tasks[t].cfgs
// ...
- },
+ }
_ => &v,
};
diff --git a/macros/src/codegen/util.rs b/macros/src/codegen/util.rs
index 92c7154a..3e42eda9 100644
--- a/macros/src/codegen/util.rs
+++ b/macros/src/codegen/util.rs
@@ -142,10 +142,7 @@ pub fn mark_internal_ident(ident: &Ident) -> Ident {
/// Mark an ident as internal
pub fn mark_internal_name(name: &str) -> Ident {
- Ident::new(
- &format!("__rtic_internal_{}", name),
- Span::call_site(),
- )
+ Ident::new(&format!("__rtic_internal_{}", name), Span::call_site())
}
fn link_section_index() -> usize {
n value='jarred/repl'>jarred/repl Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.footer.bun.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Don't rm cachedGravatar Jarred Sumner 4-4/+0
2022-11-11try thisGravatar Jarred Sumner 4-0/+4
2022-11-11Update bun-linux-build.ymlGravatar Jarred Sumner 1-1/+0
2022-11-11try using git actionGravatar Jarred Sumner 4-7/+8
2022-11-11Remove with `git rm`Gravatar Jarred Sumner 2-8/+0