mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Fix documentation (docs.rs) and release 2.1.2
This commit is contained in:
parent
f17915842f
commit
b41a10e794
8 changed files with 34 additions and 28 deletions
|
|
@ -71,7 +71,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, T: Copy> SignalWriter<'a, T> {
|
||||
impl<T: Copy> SignalWriter<'_, T> {
|
||||
/// Write a raw Store value to the Signal.
|
||||
fn write_inner(&mut self, value: Store<T>) {
|
||||
critical_section::with(|_| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue