Merge pull request #518 from ElektroVirus/master #771
Annotations
10 warnings
check (nightly, stm32f103, true):
examples/exti.rs#L29
creating a mutable reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/exti.rs#L30
creating a mutable reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/exti.rs#L52
creating a mutable reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/exti.rs#L55
creating a mutable reference to mutable static is discouraged
|
check (nightly, stm32f103, true)
`stm32f1xx-hal` (example "exti") generated 4 warnings
|
check (nightly, stm32f103, true):
examples/usb_serial_rtic.rs#L64
creating a shared reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/usb_serial_rtic.rs#L67
creating a shared reference to mutable static is discouraged
|
check (nightly, stm32f103, true)
`stm32f1xx-hal` (example "usb_serial_rtic") generated 3 warnings
|
check (nightly, stm32f103, true):
examples/serial-interrupt-idle.rs#L56
creating a mutable reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/serial-interrupt-idle.rs#L71
creating a mutable reference to mutable static is discouraged
|