All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
non_local_definitions
error (#47)core
crate correctly to avoid clashes with modules named core
(#45)syn
dependency to 2.0#[displaydoc("..")]
attribute for overriding a doc commentdoc
attributes in display impl [https://github.com/yaahc/displaydoc/pull/22]. Allowing and ignoring extra doc attributes made it too easy to accidentally create a broken display implementation with missing context without realizing it, this change turns that into a hard error and directs users towards block comments if multiple lines are needed.