Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`<E as serde::de::Error>::custom()` accepts any `T: Display`, not just `String`. Therefore it accepts `Arguments<'_>` too so we can use `format_args!()` instead of `format!()`. See lightningdevkit#2187 (comment)
- Loading branch information