We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
std::vec::MutableCloneableVector (http://static.rust-lang.org/doc/master/std/vec/trait.MutableCloneableVector.html) and std::iter::ClonableIterator (http://static.rust-lang.org/doc/master/std/iter/trait.ClonableIterator.html) do not have a consistent spelling for Clon(e)able.
The text was updated successfully, but these errors were encountered:
Nomnating.
Sorry, something went wrong.
Looks like java uses Cloneable and google autocorrects to Cloneable, so sounds like Cloneable is the way to go here.
auto merge of #11160 : octurion/rust/cloneable, r=alexcrichton
d2a4a10
Rename all instances of ClonableIterator to CloneableIterator. This fixes bug #11132.
Closing, pull request has been merged.
shadowrootclonable
clonable
No branches or pull requests
std::vec::MutableCloneableVector (http://static.rust-lang.org/doc/master/std/vec/trait.MutableCloneableVector.html) and std::iter::ClonableIterator (http://static.rust-lang.org/doc/master/std/iter/trait.ClonableIterator.html) do not have a consistent spelling for Clon(e)able.
The text was updated successfully, but these errors were encountered: