Skip to content

Commit

Permalink
chore(nightly): lazy_cell feature stable
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed May 28, 2024
1 parent 7fb1894 commit 6a40657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions crates/lcode-config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(lazy_cell)]

pub mod config;
pub mod global;
pub mod keymap;
Expand Down
2 changes: 1 addition & 1 deletion crates/leetcode-api/tests/lc_manual.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async fn submit_work() {

let (_, res) = glob_leetcode()
.await
.submit_code(IdSlug::Id(100345))
.submit_code(IdSlug::Id(100_345))
.await
.unwrap();
dbg!(&res);
Expand Down

0 comments on commit 6a40657

Please sign in to comment.