badboy / mdbook-toc

A preprocessor for mdbook to add inline Table of Contents support.
Mozilla Public License 2.0
163 stars 20 forks source link

Inline format arguments where possible #42

Closed dnaka91 closed 1 year ago

dnaka91 commented 1 year ago

Already used in some places, there where several places left where the formatting arguments could be inlined. E.g. format!("{value}") instead of format!("{}", value).