-
Notifications
You must be signed in to change notification settings - Fork 13.4k
std::collections top-level docs are out of date #22550
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
Comments
I'd like to tackle this (and work on sorting out other modules in collections as well), but are there any particular method names that stick out in the link above? I combed through it and didn't find any, and all the sample code builds under the nightly from 2/26, albeit with warnings. |
Also, very new to contributing to Rust here-- where do these pages live in the repo? |
The top-level docs are the big Feel free to ask here or on IRC (either #rust-internals or #rust-libs are appropriate channels) if you need any more help or advice! :) |
The issue was made in reference to the linked section referring to non-existent |
Changes made as #22973. One other thing I noticed was that in the performance tables (http://doc.rust-lang.org/std/collections/#sequences), a number of methods are referenced that don't exist for certain collections, e.g. Not really sure what the course of action should be here: should these methods be marked somehow to show that they don't exist by that name for that collection, or should there be a note stating that the names in this table may not be exact? |
I believe I have a quick one-liner above the table that says something to the affect of "actual methods may differ". Any methods that are missing are just "to implement". |
I don't see anything in the section preceding the table, but I can add it in if it's not there. |
Closing since #22973 was merged. |
http://doc.rust-lang.org/std/collections/#entries in particular makes reference to old method names. Wouldn't be surprised if other parts of the docs are similarly out of date. Need to do a full pass.
The text was updated successfully, but these errors were encountered: