-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rustpkg should know about docs #6005
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Comments
ghost
assigned catamorphism
Apr 22, 2013
Closed
Nominating for milestone 3, feature-complete |
just a bug, removing milestone/nomination. |
rstpkg has been deprecated. Closing. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 9, 2020
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 9, 2020
Fix unicode regexen with bytes::Regex fixes rust-lang#6005 The rationale for this is that since we wrote that lint, `bytes::Regex` was extended to be able to use unicode character classes. --- changelog: [`invalid_regex`]: allow unicode character classes in bytes regex.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per suggestion from @asb on #5948:
"It strikes me that rustpkg.md discusses conventions for bench, test, lib and bin but says nothing about documentation. I know API docs are likely to be extracted using rustdoc, but many projects may (I'm an optimist!) include tutorial-style introductions and the like, or at least a README and LICENSE/COPYING file. Presumably it would make sense to install these."
rustpkg should install docs and perhaps the manual for it should give some guidance about what files a package normally contains (analogous to http://www.haskell.org/haskellwiki/How_to_write_a_Haskell_program ).
The text was updated successfully, but these errors were encountered: