]> git.bitcoin.ninja Git - rust-lightning/commit
[bindings] Mark `WithContext` log wrapper with no-export
authorMatt Corallo <git@bluematt.me>
Thu, 18 Jan 2024 00:42:55 +0000 (00:42 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 24 Jan 2024 23:19:11 +0000 (23:19 +0000)
commit4764fa3985c436fe820732344ac1a746ca9e540f
tree3b7fb00d0e2d38b2ba8588e79bab53d54a5b834b
parente5c0c62c178a33957d9dac13c74a37bf97d618cd
[bindings] Mark `WithContext` log wrapper with no-export

There's not a lot of reason for downstream users to use the
`WithContext` wrapper, it mostly exists for our own downstream
crates anyway, and dealing with lifetimes in bindings isn't super
practical, so simply no-export it.
lightning/src/util/logger.rs