Skip to content

Commit

Permalink
fix: added rust-toolchain, symlinked to rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Dec 12, 2021
1 parent c84b022 commit cac0b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rust-toolchain
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn assert_world_ok() {

#[test]
fn assert_world_ok2() {
let cls1 = || false;
let cls1 = || true;
let cls2 = || true;
assert_eq!(cls1(), cls2());
}

0 comments on commit cac0b9a

Please sign in to comment.