| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
There are several that are unused and can be removed.
And there are some calls to `to_string`, which can be expressed more
nicely as a `foo_to_string` call, and then `to_string` need not be
`pub`. (This requires adding `pat_to_string`).
|
|
|
|
|
|
in metadata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #3917.
|
|
|
|
|
|
|
|
|
|
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
|
This is somewhat misleading, as those are actually external crates,
and don't need a crate:: prefix.
|