Add comment

This commit is contained in:
Heiko Schaefer 2021-09-16 02:07:05 +02:00
parent 39df280d70
commit e1af08646a

View file

@ -2,6 +2,7 @@
// SPDX-License-Identifier: MIT OR Apache-2.0 // SPDX-License-Identifier: MIT OR Apache-2.0
//! 4.1.3.1 Extended length information //! 4.1.3.1 Extended length information
//! (Introduced in V3.0)
use anyhow::Result; use anyhow::Result;
use nom::{bytes::complete::tag, number::complete as number, sequence}; use nom::{bytes::complete::tag, number::complete as number, sequence};