rust/src/librustdoc/html/render
Joshua Nelson a97d65d6e4 rustdoc: Rename misleading function
- `is_associated` -> `is_type_alias`

`is_associated` is not a good name for what this is doing. If you look at
https://github.com/rust-lang/rust/pull/74489/files#diff-6a301d597807ee441a41e7237800563dR296,
is_associated() and as_assoc_kind() do completely different things, but
from the name it sounds like they're similar.
2020-08-22 00:22:43 -04:00
..
cache.rs Add doc examples count for --show-coverage 2020-08-18 13:31:23 +02:00
mod.rs rustdoc: Rename misleading function 2020-08-22 00:22:43 -04:00
tests.rs Rustdoc: Fix natural ordering to look at all numbers. 2020-08-09 23:05:35 +02:00