Skip to content

Commit

Permalink
removed blocking from Can
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfbastos committed Jan 30, 2025
1 parent 8d55d2b commit 7fd9f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io/hyped_can/hyped_can_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn impl_hyped_can(ast: &syn::DeriveInput) -> TokenStream {


impl #impl_generics #name #ty_generics {
pub fn new(can: &'static Mutex<NoopRawMutex, RefCell<Can<'static, Blocking>>>) -> Self {
pub fn new(can: &'static Mutex<NoopRawMutex, RefCell<Can<'static>>>) -> Self {
Self { can }
}
}
Expand Down

0 comments on commit 7fd9f24

Please sign in to comment.