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

add a pop method to arrayvec #963

Merged
merged 7 commits into from
Dec 19, 2024
Merged

add a pop method to arrayvec #963

merged 7 commits into from
Dec 19, 2024

Conversation

akuzni2
Copy link
Contributor

@akuzni2 akuzni2 commented Dec 6, 2024

Description

  • Adds a simple pop method to array vec to remove the most recently added item and return it to caller
  • Bumps version to 1.0.1 to distinguish it from prior audited version that other programs may be referencing

@akuzni2 akuzni2 requested a review from a team as a code owner December 6, 2024 20:00
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@aalu1418 aalu1418 merged commit 7e18016 into develop Dec 19, 2024
36 checks passed
@aalu1418 aalu1418 deleted the array-vec-v1.0.1 branch December 19, 2024 19:28
dhaidashenko pushed a commit that referenced this pull request Dec 20, 2024
* add a pop method to arrayvec

* rustfmt
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.

2 participants