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
glib: implement HasParamSpecDefaulted for enums and char
`char` has a default in Rust so we can implement in there though it might not be
relevant in all contexts. The enum implementation covers any enum that
implements `Default`.
0 commit comments