Egui editor #148
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
comparing trait object pointers compares a non-unique vtable address:
src/gui_egui/editor.rs#L275
error: comparing trait object pointers compares a non-unique vtable address
--> src/gui_egui/editor.rs:275:12
|
275 | if Rc::ptr_eq(c, &comp.comp) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider extracting and comparing data pointers only
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#vtable_address_comparisons
note: the lint level is defined here
--> src/gui_egui/editor.rs:274:16
|
274 | #[deny(clippy::vtable_address_comparisons)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
build
Clippy had exited with the 101 exit code
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|