Fix documentation (docs.rs) and release 2.1.2

This commit is contained in:
Emil Fresk 2024-12-06 13:38:15 +01:00
parent f17915842f
commit b41a10e794
8 changed files with 34 additions and 28 deletions

View file

@ -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(|_| {