Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 15, 2024
1 parent 8a3e7a0 commit 620196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssr-islands-axum/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ mod header {
}

#[island]
fn LanguageSelector(name: String) -> impl IntoView {
fn LanguageSelector(#[allow(dead_code)] name: String) -> impl IntoView {

Check warning on line 204 in examples/ssr-islands-axum/src/app.rs

View workflow job for this annotation

GitHub Actions / Build example (ssr-islands-axum, nightly, ubuntu-latest)

field `name` is never read

Check warning on line 204 in examples/ssr-islands-axum/src/app.rs

View workflow job for this annotation

GitHub Actions / Build example (ssr-islands-axum, stable, ubuntu-latest)

field `name` is never read

Check warning on line 204 in examples/ssr-islands-axum/src/app.rs

View workflow job for this annotation

GitHub Actions / Build example (ssr-islands-axum, nightly, macos-latest)

field `name` is never read

Check warning on line 204 in examples/ssr-islands-axum/src/app.rs

View workflow job for this annotation

GitHub Actions / Build example (ssr-islands-axum, stable, macos-latest)

field `name` is never read
let i18n = expect_i18n();

// A page reload is necessary after changing the language because
Expand Down

0 comments on commit 620196f

Please # to comment.