diff options
Diffstat (limited to 'src/constant.rs')
-rw-r--r-- | src/constant.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constant.rs b/src/constant.rs index 45853a7..0c82378 100644 --- a/src/constant.rs +++ b/src/constant.rs @@ -2404,6 +2404,7 @@ pub const CHARACTER_REFERENCES: [(&str, &str); 2125] = [ #[cfg(test)] mod tests { use super::*; + use alloc::format; #[test] fn constants() { |