You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: unsafe function's docs miss `# Safety` section
--> src/lib.rs:40:1
|
40 | mopafy!(Widget);
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(clippy::missing_safety_doc)]` on by default
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: transmute from a pointer type (`*mut ()`) to a reference type (`&T`)
--> src/lib.rs:40:1
|
40 | mopafy!(Widget);
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(clippy::transmute_ptr_to_ref)]` on by default
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ref
= note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: unsafe function's docs miss `# Safety` section
--> src/lib.rs:40:1
|
40 | mopafy!(Widget);
| ^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: transmute from a pointer type (`*mut ()`) to a reference type (`&mut T`)
--> src/lib.rs:40:1
|
40 | mopafy!(Widget);
| ^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#transmute_ptr_to_ref
= note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
warning: unsafe function's docs miss `# Safety` section
--> src/lib.rs:40:1
|
40 | mopafy!(Widget);
| ^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: