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
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
As far as I can tell, this function just casts a number to another number.
gtk3-rs/gdk/src/atom.rs
Lines 47 to 49 in 69a4942
I am not quite sure what
ffi::GdkAtom
actually is, but it seems to be an integer cast to a pointer (???):gtk3-rs/gdk/src/atom.rs
Line 12 in 69a4942
Thus, I would suggest to drop the
unsafe
from here:gtk3-rs/gdk/src/atom.rs
Line 47 in 69a4942
The text was updated successfully, but these errors were encountered: