rust/src/librustdoc/html/render
Camelid 3bc879e76b rustdoc: Add static size assertion for Context
It's cloned a lot, so we don't want it to grow in size unexpectedly.

Only run the assert on x86-64 since the size is architecture-dependent.
2021-03-05 19:39:17 -08:00
..
cache.rs Remove unused cache argument 2021-02-05 17:23:54 +01:00
context.rs rustdoc: Add static size assertion for Context 2021-03-05 19:39:17 -08:00
mod.rs rustdoc: Make a bunch of fields private 2021-03-05 19:39:08 -08:00
print_item.rs Moved print_item and helpers to a separate file 2021-03-04 10:01:22 -08:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Moved write_shared to its own file 2021-03-04 10:24:56 -08:00