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

Use full path to vec! in smallvec! macro #198

Merged
merged 1 commit into from Jan 28, 2020
Merged

Conversation

mbrubeck
Copy link
Collaborator

Fixes #197

@jdm
Copy link
Member

jdm commented Jan 28, 2020

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 74e9319 has been approved by jdm

@bors-servo
Copy link
Contributor

⌛ Testing commit 74e9319 with merge ea0dbc8...

bors-servo pushed a commit that referenced this pull request Jan 28, 2020
Use full path to vec! in smallvec! macro

Fixes #197
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: jdm
Pushing ea0dbc8 to master...

@bors-servo bors-servo merged commit 74e9319 into servo:master Jan 28, 2020
mbrubeck added a commit to mbrubeck/rust-smallvec that referenced this pull request Jan 28, 2020
Changes in this release:

* `IntoIter` now implments `Debug` (servo#196).
* `smallvec!` macro is now easier to use in `no_std` contexts
   where the `vec!` macro isn't automatically imported (servo#198).
@mbrubeck mbrubeck mentioned this pull request Jan 28, 2020
bors-servo pushed a commit that referenced this pull request Jan 28, 2020
Version 1.2.0

Changes in this release:

* `IntoIter` now implements `Debug` (#196).
* `smallvec!` macro is now easier to use in `no_std` contexts where the `vec!` macro isn't automatically imported (#198).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

smallvec macro in no_std code
3 participants