Rustdoc clippy and typo fixes#512
Conversation
|
Changelog already contains an entry about clippy fixes. |
|
lgtm but there's still more clippy failures, could you fix those? |
There are 2 lints "a const EMPTY_CELL: Cell<T> = Cell::new(0);
const INIT: UnsafeCell<MaybeUninit<T>> = UnsafeCell::new(MaybeUninit::uninit());I'm not sure what to do here without breaking something. |
|
Clippy docs just suggest to replace |
But that doesn't compile, so it's not even an option. |
|
you can remove the const, and do |
Thanks. Done. |
|
Checks are finally all passed. |
Various documentation fixes for warnings shown by running
cargo clippyandtypos.