aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_bom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construct/partial_bom.rs')
-rw-r--r--src/construct/partial_bom.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/construct/partial_bom.rs b/src/construct/partial_bom.rs
index 3f772e9..f6786d6 100644
--- a/src/construct/partial_bom.rs
+++ b/src/construct/partial_bom.rs
@@ -25,6 +25,7 @@ use crate::event::Name;
use crate::state::{Name as StateName, State};
use crate::tokenizer::Tokenizer;
+/// Bytes of a BOM.
const BOM: [u8; 3] = [0xEF, 0xBB, 0xBF];
/// Before BOM.