From b9dee9fcce4c3bc2d980c7e28ee70a629fa30ffc Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 12 Oct 2020 21:30:59 +0200 Subject: [PATCH] Fix issue link --- sixtyfps_compiler/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sixtyfps_compiler/lib.rs b/sixtyfps_compiler/lib.rs index 33b1e1313..18ba9f0bc 100644 --- a/sixtyfps_compiler/lib.rs +++ b/sixtyfps_compiler/lib.rs @@ -91,7 +91,7 @@ pub fn compile_syntax_node( .or_else(|| std::env::var("SIXTYFPS_STYLE").map(Cow::from).ok()) .unwrap_or_else(|| { diagnostics.push_diagnostic_with_span( - "SIXTYFPS_STYLE not defined, defaulting to 'ugly', see https://github.com/sixtyfpsui/sixtyfps/issue/83 for more info".to_owned(), + "SIXTYFPS_STYLE not defined, defaulting to 'ugly', see https://github.com/sixtyfpsui/sixtyfps/issues/83 for more info".to_owned(), Default::default(), diagnostics::Level::Warning );