Reducing memory leaks in the built in status bar #685
GitHub Actions / clippy
succeeded
Jun 18, 2024 in 0s
clippy
2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 2 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.79.0 (129f3b996 2024-06-10)
- cargo 1.79.0 (ffa9cf99a 2024-06-03)
- clippy 0.1.79 (129f3b9 2024-06-10)
Annotations
Check warning on line 141 in crates/penrose_ui/src/core/mod.rs
github-actions / clippy
unsafe impl missing a safety comment
warning: unsafe impl missing a safety comment
--> crates/penrose_ui/src/core/mod.rs:141:1
|
141 | unsafe impl Send for Draw {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider adding a safety comment on the preceding line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#undocumented_unsafe_blocks
note: the lint level is defined here
--> crates/penrose_ui/src/lib.rs:25:5
|
25 | clippy::undocumented_unsafe_blocks,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check warning on line 141 in crates/penrose_ui/src/core/mod.rs
github-actions / clippy
unsafe impl missing a safety comment
warning: unsafe impl missing a safety comment
--> crates/penrose_ui/src/core/mod.rs:141:1
|
141 | unsafe impl Send for Draw {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider adding a safety comment on the preceding line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#undocumented_unsafe_blocks
note: the lint level is defined here
--> crates/penrose_ui/src/lib.rs:25:5
|
25 | clippy::undocumented_unsafe_blocks,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loading