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

Metadata

Metadata

Assignees

Labels

good first issueGood for a first contributorhelp wantedNo clear candidate to implement itp-highhigh priorityr-refactorrelated to refactoring

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions