Skip to content

Commit 20eecd5

Browse files
Remove outdated allow(unused)
1 parent a257906 commit 20eecd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/util/chacha20poly1305rfc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ impl<'a, T: Writeable> Writeable for ChaChaPolyWriteAdapter<'a, T> {
228228
/// Enables the use of the serialization macros for objects that need to be simultaneously decrypted and
229229
/// deserialized. This allows us to avoid an intermediate Vec allocation.
230230
pub(crate) struct ChaChaPolyReadAdapter<R: Readable> {
231-
#[allow(unused)] // This will be used soon for onion messages
232231
pub readable: R,
233232
}
234233

0 commit comments

Comments
 (0)