Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove derive_more crate #1406

Merged
merged 2 commits into from
Feb 26, 2023
Merged

Remove derive_more crate #1406

merged 2 commits into from
Feb 26, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented Feb 25, 2023

Part of #1316

derive_more took a whopping 32s to compile (!). We don't need it!

@emilk emilk added the 🧑‍💻 dev experience developer experience (excluding CI) label Feb 25, 2023
}

impl From<Label> for String {
fn from(value: Label) -> Self {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inline

}

impl From<Scalar> for f64 {
fn from(value: Scalar) -> Self {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inline

@emilk emilk merged commit 642b8d3 into main Feb 26, 2023
@emilk emilk deleted the emilk/remove-derive_more branch February 26, 2023 14:55
@emilk emilk mentioned this pull request Feb 27, 2023
@emilk emilk added the ⏱ build-times compilation times label Feb 28, 2023
@emilk emilk changed the title Remove derive_more dependency Remove derive_more crate Feb 28, 2023
emilk added a commit that referenced this pull request Mar 2, 2023
* Remove derive_more dependency

* Add #[inline]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏱ build-times compilation times 🧑‍💻 dev experience developer experience (excluding CI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants