Skip to content

Commit 7136495

Browse files
authored
Fix hashset perf test (rust-lang#2758)
1 parent 605ca49 commit 7136495

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tests/perf/hashset/Cargo.toml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright Kani Contributors
2+
# SPDX-License-Identifier: Apache-2.0 OR MIT
3+
[package]
4+
name = "hashset"
5+
version = "0.1.0"
6+
edition = "2021"
7+
description = "Verify HashSet basic behavior"
8+
9+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10+
11+
[dependencies]
12+
13+
[package.metadata.kani.unstable]
14+
stubbing = true
File renamed without changes.

0 commit comments

Comments
 (0)