Fix issue link

This commit is contained in:
Simon Hausmann 2020-10-12 21:30:59 +02:00
parent b3a591cef0
commit b9dee9fcce

View file

@ -91,7 +91,7 @@ pub fn compile_syntax_node(
.or_else(|| std::env::var("SIXTYFPS_STYLE").map(Cow::from).ok()) .or_else(|| std::env::var("SIXTYFPS_STYLE").map(Cow::from).ok())
.unwrap_or_else(|| { .unwrap_or_else(|| {
diagnostics.push_diagnostic_with_span( 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(), Default::default(),
diagnostics::Level::Warning diagnostics::Level::Warning
); );