Mark the `Duration` serialization implementation no-bindings-export
authorMatt Corallo <git@bluematt.me>
Wed, 19 Jul 2023 20:04:24 +0000 (20:04 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 21:43:52 +0000 (21:43 +0000)
commit9f9ed591a50dfb893cb48886fdbdfb11c28b4a79
tree70557228f4fb6c58e7c53bc5b604f97eb40e8330
parent6d62d5d021ae877eab27a78a3628e71be211a028
Mark the `Duration` serialization implementation no-bindings-export

The bindings are being updated to consider all traits even if the
trait itself is no-export, which causes issues generating code
around the `Duration` impl here.
lightning/src/util/ser.rs