Skip to content

Commit

Permalink
Remove unnecessary unstable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
developedby committed Mar 6, 2024
1 parent 5804450 commit 0cc4399
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![feature(box_patterns)]
#![feature(let_chains)]
#![feature(trusted_len)]

use diagnostics::{Info, Warning};
use hvmc::{
Expand Down
2 changes: 1 addition & 1 deletion tests/golden_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ fn desugar_file() {
#[test]
#[ignore = "to not delay golden tests execution"]
fn hangs() {
let expected_normalization_time = 1;
let expected_normalization_time = 5;

run_golden_test_dir(function_name!(), &|code, path| {
let book = do_parse_book(code, path)?;
Expand Down

0 comments on commit 0cc4399

Please sign in to comment.