]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_log/src/lib.rs
Rollup merge of #106446 - bzEq:fix-unwind-lsda, r=Amanieu
[rust.git] / compiler / rustc_log / src / lib.rs
index ddf29c488c933284433fd2f63376c2d7367e28cf..4cac88aff640e66dff6b89b5ac1feaca2f95bec7 100644 (file)
@@ -114,8 +114,7 @@ fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
         match self {
             Error::InvalidColorValue(value) => write!(
                 formatter,
-                "invalid log color value '{}': expected one of always, never, or auto",
-                value,
+                "invalid log color value '{value}': expected one of always, never, or auto",
             ),
             Error::NonUnicodeColorValue => write!(
                 formatter,