1
Fork 0

rustdoc: use javascript to layout notable traits popups

Fixes #102576
This commit is contained in:
Michael Howell 2022-11-07 15:53:30 -07:00
parent 8e0cac18cd
commit 303653ef65
16 changed files with 264 additions and 94 deletions

View file

@ -107,10 +107,6 @@ impl Buffer {
self.buffer
}
pub(crate) fn insert_str(&mut self, idx: usize, s: &str) {
self.buffer.insert_str(idx, s);
}
pub(crate) fn push_str(&mut self, s: &str) {
self.buffer.push_str(s);
}