rusty-man/tests
Robin Krahl 0c38bf9606
Remove suffix from duplicate members
We use the HTML ID of a member element to get its name.  If there are
multiple members with the same type and name (e. g. from a Deref
implementation), the ID has a suffix to make it unique.  Previosuly, we
just interpreted this suffix as part of the name.  With this patch, we
strip the suffix and only use the actual name.
2020-09-17 17:04:53 +02:00
..
html Add test suite for Rust 1.46.0 2020-09-11 20:30:19 +02:00
snapshots Remove suffix from duplicate members 2020-09-17 17:04:53 +02:00
output.rs Refactor test suite to check multiple versions 2020-09-11 20:30:05 +02:00