mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Fix issue link
This commit is contained in:
parent
b3a591cef0
commit
b9dee9fcce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue