Continuous integration #770
Annotations
10 warnings
check (nightly, stm32f103, true):
examples/usb_serial_interrupt.rs#L61
creating a shared reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/usb_serial_interrupt.rs#L63
creating a shared reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/usb_serial_interrupt.rs#L96
creating a mutable reference to mutable static is discouraged
|
check (nightly, stm32f103, true):
examples/usb_serial_interrupt.rs#L97
creating a mutable reference to mutable static is discouraged
|
check (nightly, stm32f103, true)
`stm32f1xx-hal` (example "usb_serial_interrupt") generated 4 warnings
|
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/serial-interrupt-idle.rs#L56
creating a mutable reference to mutable static is discouraged
|