mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Remove outdated allow(unused)
This commit is contained in:
parent
a257906743
commit
20eecd5a76
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ impl<'a, T: Writeable> Writeable for ChaChaPolyWriteAdapter<'a, T> {
|
|||
/// Enables the use of the serialization macros for objects that need to be simultaneously decrypted and
|
||||
/// deserialized. This allows us to avoid an intermediate Vec allocation.
|
||||
pub(crate) struct ChaChaPolyReadAdapter<R: Readable> {
|
||||
#[allow(unused)] // This will be used soon for onion messages
|
||||
pub readable: R,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue