sytsereitsma / mdbook-plantuml

mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
MIT License
76 stars 14 forks source link

Fix a few clippy lints #66

Closed danieleades closed 1 year ago

sytsereitsma commented 1 year ago

Nice one. Never knew format! could be used in the direct variable style, is that new, or was I lazy in reading the docs? Thanks

danieleades commented 1 year ago

Nice one. Never knew format! could be used in the direct variable style, is that new, or was I lazy in reading the docs? Thanks

it's fairly new. Somewhere around rust 1.58, i think? I think there are plans to allow expressions in format strings soon too