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
637: #[allow(deprecated)] impl Default for Configuration r=cuviper a=cuviper
Using `#[derive(Default)]` started triggering `Configuration`'s own
deprecation message on nightly, as it has been on our compat 1.13 as
well (though stable has been fine). We can easily `#[allow(deprecated)]`
on a manual `impl` to avoid this.
Co-authored-by: Josh Stone <[email protected]>
0 commit comments