You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structure:Block::new now only accepts a single ident argument. Set the block body, by updating body field of Block.
structure: The BlockBody and OnelineBody types were removed. Block now directly uses Body. One-line blocks can still be constructed by calling body.set_prefer_oneline(true).
Code Refactoring
structure: remove BlockBody and OnelineBody (#218) (1267054)
structure: remove body argument from Block::new (#220) (04c78f8)