From 7e6e3f15250d39e60f7bf56d752c282b40636666 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Thu, 3 Dec 2020 19:33:36 +0100 Subject: [PATCH] fix type in warning --- core/src/regex.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/regex.rs b/core/src/regex.rs index 368a5eff..fbc1984b 100644 --- a/core/src/regex.rs +++ b/core/src/regex.rs @@ -424,7 +424,7 @@ fn parse_bit_size(s: &str) -> Option { }), }, _ => { - log::warn!("Could not type of bit-size"); + log::warn!("Could not ascertain type of bit-size declaration"); None } }