Skip to content

Commit

Permalink
tests mostly passing
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Aug 19, 2020
1 parent bbdef6b commit 161e485
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 105 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ wasm-bindgen-test = "0.3"
[build-dependencies]
rustversion = "1.0"

[patch.crates-io]
tokio = {git = "https://github.com/tokio-rs/tokio", branch = "v0.2.x"}

[profile.bench]
codegen-units = 1
debug = 2
Expand Down
9 changes: 5 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
clippy::pedantic,
)]
#![allow(
clippy::module_name_repetitions,
clippy::similar_names,
clippy::if_not_else,
clippy::must_use_candidate,
clippy::inline_always,
clippy::missing_errors_doc,
clippy::missing_safety_doc
clippy::missing_safety_doc,
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::similar_names
)]
#![deny(unsafe_code)]

Expand Down
Loading

0 comments on commit 161e485

Please sign in to comment.