Skip to content

Implement Mutable trait for StrBuf #14110

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

Merged
merged 1 commit into from
May 12, 2014
Merged

Implement Mutable trait for StrBuf #14110

merged 1 commit into from
May 12, 2014

Conversation

SSheldon
Copy link
Contributor

Despite implementing the Container trait, StrBuf did not implement the Mutable trait and had no clear method; this request implements the clear method of the Mutable trait for StrBuf.

Testing done: added a test and ran make check without any failures.

bors added a commit that referenced this pull request May 11, 2014
Despite implementing the Container trait, StrBuf did not implement the Mutable trait and had no clear method; this request implements the clear method of the Mutable trait for StrBuf.

Testing done: added a test and ran `make check` without any failures.
@bors bors closed this May 12, 2014
@bors bors merged commit a40b971 into rust-lang:master May 12, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2023
…y, r=Veykril

Add completion for function without body

Fix rust-lang#13802
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 6, 2025
…docs (rust-lang#14110)

Similar to rust-lang/rust-clippy#10115 (for
`mutex_atomic`), but for `mutex_integer`.

This also improve docs of `mutex_integer`/`mutex_atomic` (extend known
problems section to mention condvar issue
(rust-lang/rust-clippy#1516) and portability
issue).

changelog: Moved [`mutex_integer`] to `restriction`
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