adjust pages to not include manual subpage listings

This commit is contained in:
りき萌 2025-01-15 20:27:00 +01:00
parent fbb9f39353
commit 4013b44996
23 changed files with 37 additions and 224 deletions

View file

@ -1,4 +1,4 @@
%% title = "don't use RefCell<T>"
%% title = "don't use `RefCell<T>`"
% id = "01HCD90XT3X82R37WTJJABZF4Y"
+ usually if you have to resort to [`RefCell<T>`](https://doc.rust-lang.org/std/cell/struct.RefCell.html), it means something is wrong with your architecture