Remove unsafe code from usb_serial_rtic example #785
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
examples/serial-interrupt-idle.rs#L55
creating a mutable reference to mutable static is discouraged
|
examples/serial-interrupt-idle.rs#L56
creating a mutable reference to mutable static is discouraged
|
examples/serial-interrupt-idle.rs#L71
creating a mutable reference to mutable static is discouraged
|
examples/serial-interrupt-idle.rs#L79
creating a mutable reference to mutable static is discouraged
|
|
examples/usb_serial_interrupt.rs#L63
creating a shared reference to mutable static is discouraged
|
examples/usb_serial_interrupt.rs#L96
creating a mutable reference to mutable static is discouraged
|
examples/usb_serial_interrupt.rs#L97
creating a mutable reference to mutable static is discouraged
|
|
examples/exti.rs#L30
creating a mutable reference to mutable static is discouraged
|
The logs for this run have expired and are no longer available.
Loading