Skip to content

Commit f43678a

Browse files
committed
chore: let_else was stabilized
1 parent aa18d2a commit f43678a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/driver-proxy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(never_type, try_blocks, thread_local, let_else)]
1+
#![feature(never_type, try_blocks, thread_local)]
22
#![allow(non_snake_case)]
33

44
#[macro_use]

crates/valve-pm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(try_blocks, let_else)]
1+
#![feature(try_blocks)]
22

33
use btleplug::platform::Adapter;
44
use btleplug::{

0 commit comments

Comments
 (0)