Skip to content

Commit

Permalink
turn off spec check
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 committed Jan 16, 2025
1 parent 4371e70 commit 2c31d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-compiler-v2/src/experiments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub static EXPERIMENTS: Lazy<BTreeMap<String, Experiment>> = Lazy::new(|| {
Experiment {
name: Experiment::SPEC_CHECK.to_string(),
description: "Turns on or off specification checks".to_string(),
default: Inherited(Experiment::CHECKS.to_string()),
default: Given(false),
},
Experiment {
name: Experiment::SPEC_REWRITE.to_string(),
Expand Down

0 comments on commit 2c31d8d

Please sign in to comment.