Skip to content

Commit 22791aa

Browse files
committed
Bump toolchain
1 parent 27f87d5 commit 22791aa

4 files changed

Lines changed: 1 addition & 6 deletions

File tree

analysis/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(iter_collect_into)]
2-
#![feature(btree_set_entry)]
32

43
pub mod pgs_scores;
54
pub mod pvalues;

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2025-09-01"
2+
channel = "nightly-2026-03-15"
33
targets = ["wasm32-unknown-unknown"]
44
components = [
55
"rustc",

src/bins/app/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(if_let_guard)]
2-
31
mod render;
42

53
use leptos::{IntoView, ev, html, prelude::*, *};

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(btree_set_entry)]
2-
31
pub mod pgs_worker;
42
pub mod send_option;
53
pub mod ukbb_worker;

0 commit comments

Comments
 (0)