Skip to content

modularize macros #480

Description

@alejandro-vaz

take the two macro_rules! macros of smallvec on lib.rs: smallvec! and smallvec_inline! and move them into their own file macros.rs

then make sure lib.rs does not use those macros at all (they are deprecated), and if it does, replace smallvec! for SmallVec::from and smallvec_inline! for SmallVec::from_buf

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

good first issueGood for a first contributorhelp wantedNo clear candidate to implement itr-refactorrelated to refactoring

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions