diff options
author | Woohyun Jung <wh0705.jung@samsung.com> | 2023-03-14 10:46:40 +0900 |
---|---|---|
committer | Woohyun Jung <wh0705.jung@samsung.com> | 2023-03-14 10:46:40 +0900 |
commit | 8994bb8673920be4a5422bc3310a5e3dcd5c9d27 (patch) | |
tree | 1611c1828e24df435fdf718aa349c8af9d1dac2a /.clippy.toml | |
download | rust-async-trait-upstream/0.1.66.tar.gz rust-async-trait-upstream/0.1.66.tar.bz2 rust-async-trait-upstream/0.1.66.zip |
Import async-trait 0.1.66upstream/0.1.66upstream
Diffstat (limited to '.clippy.toml')
-rw-r--r-- | .clippy.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clippy.toml b/.clippy.toml new file mode 100644 index 0000000..21a08b0 --- /dev/null +++ b/.clippy.toml @@ -0,0 +1 @@ +msrv = "1.39.0" |